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