LdapContext.LdapSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The LDAP settings to use for the RetrieveLdapClaims event.
public:
property Microsoft::AspNetCore::Authentication::Negotiate::LdapSettings ^ LdapSettings { Microsoft::AspNetCore::Authentication::Negotiate::LdapSettings ^ get(); };
public Microsoft.AspNetCore.Authentication.Negotiate.LdapSettings LdapSettings { get; }
member this.LdapSettings : Microsoft.AspNetCore.Authentication.Negotiate.LdapSettings
Public ReadOnly Property LdapSettings As LdapSettings