LdapSettings.EnableLdapClaimResolution 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.
Configure whether LDAP connection should be used to resolve claims. This is mainly used on Linux.
public:
property bool EnableLdapClaimResolution { bool get(); void set(bool value); };
public bool EnableLdapClaimResolution { get; set; }
member this.EnableLdapClaimResolution : bool with get, set
Public Property EnableLdapClaimResolution As Boolean