C# Class TripleSoftware.Sasl.Mechanism.PlainSaslMechanism

Plain unencrypted SASL authentication method
Inheritance: ASaslMechanism
显示文件 Open project: rckoenes/Sasl.NET Class Usage Examples

Public Methods

Method Description
GetResponse ( ) : string

Plain method authentication

GetResponse ( string Challenge ) : string

Plain method authentication

Method Details

GetResponse() public method

Plain method authentication
public GetResponse ( ) : string
return string

GetResponse() public method

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