3 writes to MutuallyAuthenticated
System (3)
net\System\Net\_DigestClient.cs (1)
445
httpWebRequest.CurrentAuthenticationState.Authorization.
MutuallyAuthenticated
= authSession.IsMutualAuthFlag;
net\System\Net\_KerberosClient.cs (1)
189
httpWebRequest.CurrentAuthenticationState.Authorization.
MutuallyAuthenticated
= authSession.IsMutualAuthFlag;
net\System\Net\_NegotiateClient.cs (1)
212
httpWebRequest.CurrentAuthenticationState.Authorization.
MutuallyAuthenticated
= authSession.IsMutualAuthFlag;
2 references to MutuallyAuthenticated
System (2)
net\System\Net\_AuthenticationState.cs (1)
374
(httpWebRequest.CurrentAuthenticationState == null || httpWebRequest.CurrentAuthenticationState.Authorization == null || !httpWebRequest.CurrentAuthenticationState.Authorization.
MutuallyAuthenticated
))
net\System\Net\HttpWebRequest.cs (1)
5679
response.InternalSetIsMutuallyAuthenticated = ServerAuthenticationState.Authorization.
MutuallyAuthenticated
;