3 instantiations of LdapSettings
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateOptions.cs (1)
40internal LdapSettings LdapSettings { get; } = new LdapSettings();
Microsoft.AspNetCore.Authentication.Negotiate.Test (2)
LdapSettingsValidationTests.cs (2)
11var settings = new LdapSettings 22var settings = new LdapSettings
11 references to LdapSettings
Microsoft.AspNetCore.Authentication.Negotiate (9)
Events\LdapContext.cs (2)
21LdapSettings settings) 30public 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)
20public static async Task RetrieveClaimsAsync(LdapSettings settings, ClaimsIdentity identity, ILogger logger)
LdapSettings.cs (1)
79/// Validates the <see cref="LdapSettings"/>.
NegotiateOptions.cs (2)
40internal LdapSettings LdapSettings { get; } = new LdapSettings(); 58public void EnableLdap(Action<LdapSettings> configureSettings)
PostConfigureNegotiateOptions.cs (1)
63var ldapSettings = options.LdapSettings;
Microsoft.AspNetCore.Authentication.Negotiate.Test (2)
LdapSettingsValidationTests.cs (2)
11var settings = new LdapSettings 22var settings = new LdapSettings