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

Inheritance: SaslHandler
Afficher le fichier Open project: Azure/azure-amqp Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnStart ( SaslInit init, bool isClient ) : void

Private Methods

Méthode Description
CompleteNegotiation ( Task authenticateTask ) : void
GetClientMessage ( ) : string
OnInit ( SaslInit init ) : void

Method Details

Clone() public méthode

public Clone ( ) : SaslHandler
Résultat SaslHandler

OnChallenge() public méthode

public OnChallenge ( SaslChallenge challenge ) : void
challenge SaslChallenge
Résultat void

OnResponse() public méthode

public OnResponse ( SaslResponse response ) : void
response SaslResponse
Résultat void

OnStart() protected méthode

protected OnStart ( SaslInit init, bool isClient ) : void
init SaslInit
isClient bool
Résultat void

SaslPlainHandler() public méthode

public SaslPlainHandler ( ) : System
Résultat System

SaslPlainHandler() public méthode

public SaslPlainHandler ( ISaslPlainAuthenticator authenticator ) : System
authenticator ISaslPlainAuthenticator
Résultat System

Property Details

Name public_oe static_oe property

public static string Name
Résultat string