C# Class Microsoft.Azure.Amqp.Sasl.SaslPlainHandler

Inheritance: SaslHandler
Mostra file Open project: Azure/azure-amqp Class Usage Examples

Public Properties

Property Type Description
Name string

Public Methods

Method Description
Clone ( ) : SaslHandler
OnChallenge ( SaslChallenge challenge ) : void
OnResponse ( SaslResponse response ) : void
SaslPlainHandler ( ) : System
SaslPlainHandler ( ISaslPlainAuthenticator authenticator ) : System

Protected Methods

Method Description
OnStart ( SaslInit init, bool isClient ) : void

Private Methods

Method Description
CompleteNegotiation ( Task authenticateTask ) : void
GetClientMessage ( ) : string
OnInit ( SaslInit init ) : void

Method Details

Clone() public method

public Clone ( ) : SaslHandler
return SaslHandler

OnChallenge() public method

public OnChallenge ( SaslChallenge challenge ) : void
challenge SaslChallenge
return void

OnResponse() public method

public OnResponse ( SaslResponse response ) : void
response SaslResponse
return void

OnStart() protected method

protected OnStart ( SaslInit init, bool isClient ) : void
init SaslInit
isClient bool
return void

SaslPlainHandler() public method

public SaslPlainHandler ( ) : System
return System

SaslPlainHandler() public method

public SaslPlainHandler ( ISaslPlainAuthenticator authenticator ) : System
authenticator ISaslPlainAuthenticator
return System

Property Details

Name public_oe static_oe property

public static string Name
return string