Метод | Описание | |
---|---|---|
Reset ( ) : void |
Resets the state of the SASL mechanism. Resets the state of the SASL mechanism. |
|
SaslMechanismNtlm ( |
Initializes a new instance of the MailKit.Security.SaslMechanismNtlm class. Creates a new NTLM SASL context. |
Метод | Описание | |
---|---|---|
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. |
Метод | Описание | |
---|---|---|
GetChallengeResponse ( string userName, string password, string domain, byte token, int startIndex, int length ) : |
||
GetInitialResponse ( string domain ) : |
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. |
Результат | byte[] |
public SaslMechanismNtlm ( |
||
uri | The URI of the service. | |
credentials | ICredentials | The user's credentials. |
Результат | System |