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