6 references to IsMutualAuthFlag
System (6)
net\System\Net\_DigestClient.cs (2)
375Authorization digestResponse = new Authorization(AuthType + " " + clientResponse, authSession.IsCompleted, string.Empty, authSession.IsMutualAuthFlag); 445httpWebRequest.CurrentAuthenticationState.Authorization.MutuallyAuthenticated = authSession.IsMutualAuthFlag;
net\System\Net\_KerberosClient.cs (2)
117return new Authorization(AuthType + " " + clientResponse, authSession.IsCompleted, string.Empty, authSession.IsMutualAuthFlag); 189httpWebRequest.CurrentAuthenticationState.Authorization.MutuallyAuthenticated = authSession.IsMutualAuthFlag;
net\System\Net\_NegotiateClient.cs (1)
212httpWebRequest.CurrentAuthenticationState.Authorization.MutuallyAuthenticated = authSession.IsMutualAuthFlag;
net\System\Net\SecureProtocols\_NegoState.cs (1)
262return _Context.IsMutualAuthFlag;