9 references to GetSecurityContext
System (9)
net\System\Net\_DigestClient.cs (3)
190
if (httpWebRequest.CurrentAuthenticationState.
GetSecurityContext
(this) != null) {
286
authSession = httpWebRequest.CurrentAuthenticationState.
GetSecurityContext
(this);
406
NTAuthentication authSession = httpWebRequest.CurrentAuthenticationState.
GetSecurityContext
(this);
net\System\Net\_KerberosClient.cs (2)
73
authSession = httpWebRequest.CurrentAuthenticationState.
GetSecurityContext
(this);
151
NTAuthentication authSession = httpWebRequest.CurrentAuthenticationState.
GetSecurityContext
(this);
net\System\Net\_NegotiateClient.cs (2)
72
authSession = httpWebRequest.CurrentAuthenticationState.
GetSecurityContext
(this);
167
NTAuthentication authSession = httpWebRequest.CurrentAuthenticationState.
GetSecurityContext
(this);
net\System\Net\_NtlmClient.cs (2)
72
authSession = httpWebRequest.CurrentAuthenticationState.
GetSecurityContext
(this);
159
NTAuthentication authSession = httpWebRequest.CurrentAuthenticationState.
GetSecurityContext
(this);