Table of Contents

Interface IAuthMechanismFactory

Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll
public interface IAuthMechanismFactory

Properties

Name

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

string Name { get; }

Property Value

string

Methods

GetInstance()

Return a new authentication mechanism implementation.

IAuthMechanism GetInstance()

Returns

IAuthMechanism