Table of Contents

Class ExternalMechanismFactory

Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll
public class ExternalMechanismFactory : IAuthMechanismFactory
Inheritance
ExternalMechanismFactory
Implements
Inherited Members

Properties

Name

The name of the authentication mechanism, as negotiated on the wire.

public string Name { get; }

Property Value

string

Methods

GetInstance()

Return a new authentication mechanism implementation.

public IAuthMechanism GetInstance()

Returns

IAuthMechanism