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
2 references to AuthenticationType
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
203
NetworkCredential? credential = _credentials.GetCredential(host, port, _authenticationModules[i].
AuthenticationType
);
211
info = await AuthCommand.SendAsync<TIOAdapter>(this, _authenticationModules[i].
AuthenticationType
, auth.Message, cancellationToken).ConfigureAwait(false);