Table of Contents

Interface IAuthMechanism

Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll

A pluggable authentication mechanism.

public interface IAuthMechanism

Methods

handleChallenge(byte[], IConnectionFactory)

Handle one round of challenge-response.

byte[] handleChallenge(byte[] challenge, IConnectionFactory factory)

Parameters

challenge byte[]
factory IConnectionFactory

Returns

byte[]