Méthode | Description | |
---|---|---|
Reset ( ) : void |
Resets the state of the SASL mechanism. Resets the state of the SASL mechanism. |
|
SaslMechanismLogin ( |
Initializes a new instance of the MailKit.Security.SaslMechanismLogin class. Creates a new LOGIN SASL context. |
|
SaslMechanismLogin ( |
Initializes a new instance of the MailKit.Security.SaslMechanismLogin class. Creates a new LOGIN SASL context. |
Méthode | Description | |
---|---|---|
Challenge ( byte token, int startIndex, int length ) : byte[] |
Parses the server's challenge token and returns the next challenge response. Parses the server's challenge token and returns the next challenge response. |
protected Challenge ( byte token, int startIndex, int length ) : byte[] | ||
token | byte | The server's challenge token. |
startIndex | int | The index into the token specifying where the server's challenge begins. |
length | int | The length of the server's challenge. |
Résultat | byte[] |
public SaslMechanismLogin ( |
||
uri | The URI of the service. | |
credentials | ICredentials | The user's credentials. |
Résultat | System |
public SaslMechanismLogin ( |
||
uri | The URI of the service. | |
encoding | Portable.Text.Encoding | The encoding to use for the user's credentials. |
credentials | ICredentials | The user's credentials. |
Résultat | System |