2 writes to EnableLdapClaimResolution
Microsoft.AspNetCore.Authentication.Negotiate (2)
NegotiateOptions.cs (2)
58
LdapSettings.
EnableLdapClaimResolution
= true;
70
LdapSettings.
EnableLdapClaimResolution
= true;
4 references to EnableLdapClaimResolution
Microsoft.AspNetCore.Authentication.Negotiate (4)
Events\NegotiateEvents.cs (1)
18
/// This event is invoked when <see cref="LdapSettings.
EnableLdapClaimResolution
"/> is set to true on <see cref="LdapSettings"/>.
LdapSettings.cs (1)
83
if (
EnableLdapClaimResolution
)
NegotiateHandler.cs (1)
335
if (Options.LdapSettings.
EnableLdapClaimResolution
)
PostConfigureNegotiateOptions.cs (1)
65
if (ldapSettings.
EnableLdapClaimResolution
)