Table of Contents

Class PlainMechanism

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

Constructors

PlainMechanism()

public PlainMechanism()

Methods

handleChallenge(byte[], IConnectionFactory)

Handle one round of challenge-response.

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

Parameters

challenge byte[]
factory IConnectionFactory

Returns

byte[]