C# Class TripleSoftware.Sasl.Mechanism.PlainSaslMechanism

Plain unencrypted SASL authentication method
Inheritance: ASaslMechanism
Afficher le fichier Open project: rckoenes/Sasl.NET Class Usage Examples

Méthodes publiques

Méthode Description
GetResponse ( ) : string

Plain method authentication

GetResponse ( string Challenge ) : string

Plain method authentication

Method Details

GetResponse() public méthode

Plain method authentication
public GetResponse ( ) : string
Résultat string

GetResponse() public méthode

Plain method authentication
public GetResponse ( string Challenge ) : string
Challenge string Plain does not supprt challenge, this will be ignored
Résultat string