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)
181using NegotiateAuthentication authContext = new NegotiateAuthentication(authClientOptions);
System.Net.Mail (2)
System\Net\Mail\SmtpNegotiateAuthenticationModule.cs (1)
43new NegotiateAuthentication(
System\Net\Mail\SmtpNtlmAuthenticationModule.cs (1)
31new 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)
13private readonly NegotiateAuthentication _instance;
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
181using NegotiateAuthentication authContext = new NegotiateAuthentication(authClientOptions);
System.Net.Mail (8)
System\Net\Mail\SmtpNegotiateAuthenticationModule.cs (5)
15private readonly Dictionary<object, NegotiateAuthentication> _sessions = new Dictionary<object, NegotiateAuthentication>(); 25NegotiateAuthentication? clientContext; 91NegotiateAuthentication? clientContext = null; 107private static string? GetSecurityLayerOutgoingBlob(string? challenge, NegotiateAuthentication clientContext)
System\Net\Mail\SmtpNtlmAuthenticationModule.cs (3)
12private readonly Dictionary<object, NegotiateAuthentication> _sessions = new Dictionary<object, NegotiateAuthentication>(); 22NegotiateAuthentication? 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)
51private NegotiateAuthentication? _context;