1 instantiation of LdapSettings
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateOptions.cs (1)
48
internal LdapSettings LdapSettings { get; } = new
LdapSettings
();
9 references to LdapSettings
Microsoft.AspNetCore.Authentication.Negotiate (9)
Events\LdapContext.cs (2)
24
LdapSettings
settings)
33
public
LdapSettings
LdapSettings { get; }
Events\NegotiateEvents.cs (2)
18
/// This event is invoked when <see cref="
LdapSettings
.EnableLdapClaimResolution"/> is set to true on <see cref="
LdapSettings
"/>.
Internal\LdapAdapter.cs (1)
20
public static async Task RetrieveClaimsAsync(
LdapSettings
settings, ClaimsIdentity identity, ILogger logger)
LdapSettings.cs (1)
79
/// Validates the <see cref="
LdapSettings
"/>.
NegotiateOptions.cs (2)
48
internal
LdapSettings
LdapSettings { get; } = new LdapSettings();
66
public void EnableLdap(Action<
LdapSettings
> configureSettings)
PostConfigureNegotiateOptions.cs (1)
63
var
ldapSettings = options.LdapSettings;