1 instantiation of NegotiateAuthenticationServerOptions
System.Net.Security (1)
System\Net\Security\NegotiateStream.cs (1)
681
new
NegotiateAuthenticationServerOptions
7 references to NegotiateAuthenticationServerOptions
System.Net.Security (7)
System\Net\NegotiateAuthenticationPal.Unix.cs (2)
61
public static NegotiateAuthenticationPal Create(
NegotiateAuthenticationServerOptions
serverOptions)
217
public UnixNegotiateAuthenticationPal(
NegotiateAuthenticationServerOptions
serverOptions)
System\Net\NegotiateAuthenticationPal.Unsupported.cs (1)
36
public UnsupportedNegotiateAuthenticationPal(
NegotiateAuthenticationServerOptions
serverOptions, NegotiateAuthenticationStatusCode statusCode = NegotiateAuthenticationStatusCode.Unsupported)
System\Net\Security\NegotiateAuthentication.cs (3)
50
public 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.