3 implementations of AuthenticationType
System.Net.Mail (3)
System\Net\Mail\SmtpLoginAuthenticationModule.cs (1)
50public string AuthenticationType
System\Net\Mail\SmtpNegotiateAuthenticationModule.cs (1)
81public string AuthenticationType
System\Net\Mail\SmtpNtlmAuthenticationModule.cs (1)
62public string AuthenticationType
2 references to AuthenticationType
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
203NetworkCredential? credential = _credentials.GetCredential(host, port, _authenticationModules[i].AuthenticationType); 211info = await AuthCommand.SendAsync<TIOAdapter>(this, _authenticationModules[i].AuthenticationType, auth.Message, cancellationToken).ConfigureAwait(false);