13 instantiations of NTAuthentication
System (13)
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\_DigestClient.cs (1)
349
new
NTAuthentication
(
net\System\Net\_KerberosClient.cs (1)
100
new
NTAuthentication
(
net\System\Net\_NegotiateClient.cs (1)
103
new
NTAuthentication
(
net\System\Net\_NtlmClient.cs (1)
100
new
NTAuthentication
(
net\System\Net\HttpListener.cs (3)
1558
context = new
NTAuthentication
(true, NegotiationInfoClass.WDigest, null,
1635
context = new
NTAuthentication
(true, package, null,
2252
context = new
NTAuthentication
(true, NegotiationInfoClass.WDigest, null,
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);
44 references to NTAuthentication
System (44)
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\_AuthenticationState.cs (3)
50
private
NTAuthentication
SecurityContext;
52
internal
NTAuthentication
GetSecurityContext(IAuthenticationModule module) {
57
internal void SetSecurityContext(
NTAuthentication
securityContext, IAuthenticationModule module) {
net\System\Net\_DigestClient.cs (2)
277
NTAuthentication
authSession = null;
406
NTAuthentication
authSession = httpWebRequest.CurrentAuthenticationState.GetSecurityContext(this);
net\System\Net\_KerberosClient.cs (2)
39
NTAuthentication
authSession = null;
151
NTAuthentication
authSession = httpWebRequest.CurrentAuthenticationState.GetSecurityContext(this);
net\System\Net\_NegotiateClient.cs (2)
36
NTAuthentication
authSession = null;
167
NTAuthentication
authSession = httpWebRequest.CurrentAuthenticationState.GetSecurityContext(this);
net\System\Net\_NTAuthentication.cs (2)
457
internal InitializeCallbackContext(
NTAuthentication
thisPtr, bool isServer, string package, NetworkCredential credential, string spn, ContextFlags requestedContextFlags, ChannelBinding channelBinding)
468
internal readonly
NTAuthentication
thisPtr;
net\System\Net\_NtlmClient.cs (2)
37
NTAuthentication
authSession = null;
159
NTAuthentication
authSession = httpWebRequest.CurrentAuthenticationState.GetSecurityContext(this);
net\System\Net\AuthenticationManager.cs (1)
404
NTAuthentication
authSession,
net\System\Net\HttpListener.cs (18)
1377
NTAuthentication
oldContext = null;
1378
NTAuthentication
newContext = null;
1379
NTAuthentication
context = null;
1807
NTAuthentication
toClose = newContext;
1847
NTAuthentication
toClose = newContext;
1874
NTAuthentication
toClose = oldContext;
1922
NTAuthentication
toClose = newContext;
1998
NTAuthentication
newContext;
2058
private bool CheckSpn(
NTAuthentication
context, bool isSecureConnection, ExtendedProtectionPolicy policy)
2226
out
NTAuthentication
newContext, ExtendedProtectionPolicy policy, bool isSecureConnection)
2246
NTAuthentication
context = null;
2543
internal
NTAuthentication
context;
2554
private void SaveDigestContext(
NTAuthentication
digestContext)
2562
NTAuthentication
oldContext = null;
2625
((
NTAuthentication
)digestsToClose[i]).CloseContext();
2666
((
NTAuthentication
) toClose[j][k]).CloseContext();
2681
private
NTAuthentication
m_Session;
2821
internal
NTAuthentication
Session
net\System\Net\mail\SmtpDigestAuthenticationModule.cs (2)
40
NTAuthentication
clientContext = this.sessions[sessionCookie] as
NTAuthentication
;
net\System\Net\mail\SmtpNegotiateAuthenticationModule.cs (5)
37
NTAuthentication
clientContext = this.sessions[sessionCookie] as
NTAuthentication
;
100
NTAuthentication
clientContext = null;
102
clientContext = sessions[sessionCookie] as
NTAuthentication
;
121
NTAuthentication
clientContext) {
net\System\Net\mail\SmtpNtlmAuthenticationModule.cs (2)
42
NTAuthentication
clientContext = this.sessions[sessionCookie] as
NTAuthentication
;
net\System\Net\SecureProtocols\_NegoState.cs (1)
51
private
NTAuthentication
_Context;