3 instantiations of NegotiateAuthenticationServerOptions
Microsoft.AspNetCore.Authentication.Negotiate (2)
Internal\NegotiateState.cs (2)
13private static readonly NegotiateAuthenticationServerOptions _serverOptions = new(); 25: new NegotiateAuthenticationServerOptions { Binding = _channelBinding };
System.Net.Security (1)
System\Net\Security\NegotiateStream.cs (1)
678new NegotiateAuthenticationServerOptions
9 references to NegotiateAuthenticationServerOptions
Microsoft.AspNetCore.Authentication.Negotiate (2)
Internal\NegotiateState.cs (2)
13private static readonly NegotiateAuthenticationServerOptions _serverOptions = new(); 23var serverOptions = _channelBinding is null
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)
57public NegotiateAuthentication(NegotiateAuthenticationServerOptions serverOptions) 107/// <see cref="NegotiateAuthenticationServerOptions.RequiredProtectionLevel" />. 147/// <see cref="NegotiateAuthenticationServerOptions.Package" />.
System\Net\Security\NegotiateAuthenticationServerOptions.cs (1)
20/// Initializes a new instance of the <see cref="NegotiateAuthenticationServerOptions" /> class.