3 implementations of AuthenticationType
System.Net.Mail (3)
System\Net\Mail\SmtpLoginAuthenticationModule.cs (1)
50
public string
AuthenticationType
System\Net\Mail\SmtpNegotiateAuthenticationModule.cs (1)
81
public string
AuthenticationType
System\Net\Mail\SmtpNtlmAuthenticationModule.cs (1)
62
public string
AuthenticationType
4 references to AuthenticationType
System.Net.Mail (4)
System\Net\Mail\SmtpConnection.cs (4)
266
NetworkCredential? credential = _credentials.GetCredential(host, port, _authenticationModules[i].
AuthenticationType
);
274
info = AuthCommand.Send(this, _authenticationModules[i].
AuthenticationType
, auth.Message);
754
NetworkCredential? credential = _connection._credentials.GetCredential(_host, _port, module.
AuthenticationType
);
761
IAsyncResult result = AuthCommand.BeginSend(_connection, _connection._authenticationModules[_currentModule].
AuthenticationType
, auth.Message, s_authenticateCallback, this);