10 references to Unsupported
System.Net.Security (10)
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (2)
185
if (statusCode != NegotiateAuthenticationStatusCode.
Unsupported
)
294
statusCode = NegotiateAuthenticationStatusCode.
Unsupported
;
System\Net\NegotiateAuthenticationPal.Unix.cs (5)
46
NegotiateAuthenticationStatusCode statusCode = NegotiateAuthenticationStatusCode.
Unsupported
;
53
statusCode = NegotiateAuthenticationStatusCode.
Unsupported
;
71
NegotiateAuthenticationStatusCode statusCode = NegotiateAuthenticationStatusCode.
Unsupported
;
78
statusCode = NegotiateAuthenticationStatusCode.
Unsupported
;
762
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,