3 references to QopNotSupported
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
81error == NegotiateAuthenticationStatusCode.QopNotSupported ||
System.Net.Security (2)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
593statusCode = NegotiateAuthenticationStatusCode.QopNotSupported;
System\Net\Security\NegotiateStream.cs (1)
826NegotiateAuthenticationStatusCode.QopNotSupported => (int)Interop.SECURITY_STATUS.QopNotSupported,