6 references to NTAuthentication
System (6)
net\System\Net\_AuthenticationManagerBase.cs (2)
119
NTAuthentication client = new
NTAuthentication
(false, NtlmClient.AuthType,
124
NTAuthentication server = new
NTAuthentication
(true, NtlmClient.AuthType,
net\System\Net\mail\SmtpDigestAuthenticationModule.cs (1)
51
this.sessions[sessionCookie] = clientContext = new
NTAuthentication
(false, "WDigest", credential, spn, ContextFlags.Connection, channelBindingToken);
net\System\Net\mail\SmtpNegotiateAuthenticationModule.cs (1)
47
new
NTAuthentication
(false, "Negotiate", credential, spn,
net\System\Net\mail\SmtpNtlmAuthenticationModule.cs (1)
51
new
NTAuthentication
(false, "Ntlm", credential, spn, ContextFlags.Connection, channelBindingToken);
net\System\Net\SecureProtocols\_NegoState.cs (1)
217
_Context = new
NTAuthentication
(isServer, package, credential, servicePrincipalName, flags, channelBinding);