3 instantiations of NegotiateAuthenticationServerOptions
Microsoft.AspNetCore.Authentication.Negotiate (2)
Internal\NegotiateState.cs (2)
13
private static readonly NegotiateAuthenticationServerOptions _serverOptions =
new
();
25
: new
NegotiateAuthenticationServerOptions
{ Binding = _channelBinding };
System.Net.Security (1)
System\Net\Security\NegotiateStream.cs (1)
678
new
NegotiateAuthenticationServerOptions
9 references to NegotiateAuthenticationServerOptions
Microsoft.AspNetCore.Authentication.Negotiate (2)
Internal\NegotiateState.cs (2)
13
private static readonly
NegotiateAuthenticationServerOptions
_serverOptions = new();
23
var
serverOptions = _channelBinding is null
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)
57
public 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.