1 instantiation of NegotiateAuthenticationServerOptions
System.Net.Security (1)
System\Net\Security\NegotiateStream.cs (1)
681new NegotiateAuthenticationServerOptions
7 references to NegotiateAuthenticationServerOptions
System.Net.Security (7)
System\Net\NegotiateAuthenticationPal.Unix.cs (2)
61public static NegotiateAuthenticationPal Create(NegotiateAuthenticationServerOptions serverOptions) 217public UnixNegotiateAuthenticationPal(NegotiateAuthenticationServerOptions serverOptions)
System\Net\NegotiateAuthenticationPal.Unsupported.cs (1)
36public UnsupportedNegotiateAuthenticationPal(NegotiateAuthenticationServerOptions serverOptions, NegotiateAuthenticationStatusCode statusCode = NegotiateAuthenticationStatusCode.Unsupported)
System\Net\Security\NegotiateAuthentication.cs (3)
50public NegotiateAuthentication(NegotiateAuthenticationServerOptions serverOptions) 94/// <see cref="NegotiateAuthenticationServerOptions.RequiredProtectionLevel" />. 131/// <see cref="NegotiateAuthenticationServerOptions.Package" />.
System\Net\Security\NegotiateAuthenticationServerOptions.cs (1)
20/// Initializes a new instance of the <see cref="NegotiateAuthenticationServerOptions" /> class.