2 instantiations of NegotiateAuthenticationServerOptions
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
12private static readonly NegotiateAuthenticationServerOptions _serverOptions = new();
System.Net.Security (1)
System\Net\Security\NegotiateStream.cs (1)
673new NegotiateAuthenticationServerOptions
8 references to NegotiateAuthenticationServerOptions
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
12private static readonly NegotiateAuthenticationServerOptions _serverOptions = new();
System.Net.Security (7)
System\Net\NegotiateAuthenticationPal.Unix.cs (2)
67public static NegotiateAuthenticationPal Create(NegotiateAuthenticationServerOptions serverOptions) 222public 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.