Table of Contents

Class ExternalMechanism

Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll
public class ExternalMechanism : IAuthMechanism
Inheritance
ExternalMechanism
Implements
Inherited Members

Constructors

ExternalMechanism()

public ExternalMechanism()

Methods

handleChallenge(byte[], IConnectionFactory)

Handle one round of challenge-response.

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

Parameters

challenge byte[]
factory IConnectionFactory

Returns

byte[]