3 writes to MutuallyAuthenticated
System (3)
net\System\Net\_DigestClient.cs (1)
445httpWebRequest.CurrentAuthenticationState.Authorization.MutuallyAuthenticated = authSession.IsMutualAuthFlag;
net\System\Net\_KerberosClient.cs (1)
189httpWebRequest.CurrentAuthenticationState.Authorization.MutuallyAuthenticated = authSession.IsMutualAuthFlag;
net\System\Net\_NegotiateClient.cs (1)
212httpWebRequest.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)
5679response.InternalSetIsMutuallyAuthenticated = ServerAuthenticationState.Authorization.MutuallyAuthenticated;