6 instantiations of NegotiateAuthentication
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
17
_instance = new
NegotiateAuthentication
(_serverOptions);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
181
using NegotiateAuthentication authContext = new
NegotiateAuthentication
(authClientOptions);
System.Net.Mail (2)
System\Net\Mail\SmtpNegotiateAuthenticationModule.cs (1)
43
new
NegotiateAuthentication
(
System\Net\Mail\SmtpNtlmAuthenticationModule.cs (1)
31
new
NegotiateAuthentication
(
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (2)
672
_context = new
NegotiateAuthentication
(
687
_context = new
NegotiateAuthentication
(
16 references to NegotiateAuthentication
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
13
private readonly
NegotiateAuthentication
_instance;
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
181
using
NegotiateAuthentication
authContext = new NegotiateAuthentication(authClientOptions);
System.Net.Mail (8)
System\Net\Mail\SmtpNegotiateAuthenticationModule.cs (5)
15
private readonly Dictionary<object,
NegotiateAuthentication
> _sessions = new Dictionary<object,
NegotiateAuthentication
>();
25
NegotiateAuthentication
? clientContext;
91
NegotiateAuthentication
? clientContext = null;
107
private static string? GetSecurityLayerOutgoingBlob(string? challenge,
NegotiateAuthentication
clientContext)
System\Net\Mail\SmtpNtlmAuthenticationModule.cs (3)
12
private readonly Dictionary<object,
NegotiateAuthentication
> _sessions = new Dictionary<object,
NegotiateAuthentication
>();
22
NegotiateAuthentication
? clientContext;
System.Net.Security (6)
System\Net\Security\NegotiateAuthentication.cs (3)
30
/// Initializes a new instance of the <see cref="
NegotiateAuthentication
"/>
46
/// Initializes a new instance of the <see cref="
NegotiateAuthentication
"/>
64
/// Releases the unmanaged resources used by the <see cref="
NegotiateAuthentication
"/>
System\Net\Security\NegotiateAuthenticationClientOptions.cs (1)
13
/// This property bag is used as argument for <see cref="
NegotiateAuthentication
" />
System\Net\Security\NegotiateAuthenticationServerOptions.cs (1)
14
/// This property bag is used as argument for <see cref="
NegotiateAuthentication
" />
System\Net\Security\NegotiateStream.cs (1)
51
private
NegotiateAuthentication
? _context;