4 implementations of AuthenticationType
System (4)
net\System\Net\mail\SmtpDigestAuthenticationModule.cs (1)
68public string AuthenticationType
net\System\Net\mail\SmtpLoginAuthenticationModule.cs (1)
73public string AuthenticationType
net\System\Net\mail\SmtpNegotiateAuthenticationModule.cs (1)
91public string AuthenticationType
net\System\Net\mail\SmtpNtlmAuthenticationModule.cs (1)
73public string AuthenticationType
4 references to AuthenticationType
System (4)
net\System\Net\mail\smtpconnection.cs (4)
435servicePoint.Port, authenticationModules[i].AuthenticationType); 443info = AuthCommand.Send(this, authenticationModules[i].AuthenticationType, auth.Message); 980NetworkCredential credential = connection.credentials.GetCredential(host, port, module.AuthenticationType); 987IAsyncResult result = AuthCommand.BeginSend(connection, connection.authenticationModules[currentModule].AuthenticationType, auth.Message, authenticateCallback, this);