1 instantiation of LdapContext
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
340
var ldapContext = new
LdapContext
(Context, Scheme, Options, Options.LdapSettings)
4 references to LdapContext
Microsoft.AspNetCore.Authentication.Negotiate (4)
Events\LdapContext.cs (1)
14
/// Creates a new <see cref="
LdapContext
"/>.
Events\NegotiateEvents.cs (2)
20
public Func<
LdapContext
, Task> OnRetrieveLdapClaims { get; set; } = context => Task.CompletedTask;
40
public virtual Task RetrieveLdapClaims(
LdapContext
context) => OnRetrieveLdapClaims(context);
NegotiateHandler.cs (1)
340
var
ldapContext = new LdapContext(Context, Scheme, Options, Options.LdapSettings)