6 references to NTAuthentication
System (6)
net\System\Net\_AuthenticationManagerBase.cs (2)
119NTAuthentication client = new NTAuthentication(false, NtlmClient.AuthType, 124NTAuthentication server = new NTAuthentication(true, NtlmClient.AuthType,
net\System\Net\mail\SmtpDigestAuthenticationModule.cs (1)
51this.sessions[sessionCookie] = clientContext = new NTAuthentication(false, "WDigest", credential, spn, ContextFlags.Connection, channelBindingToken);
net\System\Net\mail\SmtpNegotiateAuthenticationModule.cs (1)
47new NTAuthentication(false, "Negotiate", credential, spn,
net\System\Net\mail\SmtpNtlmAuthenticationModule.cs (1)
51new 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);