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