8 references to Unsupported
System.Net.Security (8)
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (2)
185if (statusCode != NegotiateAuthenticationStatusCode.Unsupported) 294statusCode = NegotiateAuthenticationStatusCode.Unsupported;
System\Net\NegotiateAuthenticationPal.Unix.cs (3)
56statusCode = NegotiateAuthenticationStatusCode.Unsupported; 79statusCode = NegotiateAuthenticationStatusCode.Unsupported; 767return NegotiateAuthenticationStatusCode.Unsupported;
System\Net\NegotiateAuthenticationPal.Unsupported.cs (2)
29public UnsupportedNegotiateAuthenticationPal(NegotiateAuthenticationClientOptions clientOptions, NegotiateAuthenticationStatusCode statusCode = NegotiateAuthenticationStatusCode.Unsupported) 36public UnsupportedNegotiateAuthenticationPal(NegotiateAuthenticationServerOptions serverOptions, NegotiateAuthenticationStatusCode statusCode = NegotiateAuthenticationStatusCode.Unsupported)
System\Net\Security\NegotiateStream.cs (1)
819NegotiateAuthenticationStatusCode.Unsupported => (int)Interop.SECURITY_STATUS.Unsupported,