Share via


LdapDirectoryAccountStore.LdapBaseDN Property

 

Gets or set the distinguished name for the base object from which searches for user objects are conducted. Searches will include all subtrees of the base object.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public string LdapBaseDN { get; set; }
public:
property String^ LdapBaseDN {
    String^ get();
    void set(String^ value);
}
member LdapBaseDN : string with get, set
Public Property LdapBaseDN As String

Property Value

Type: System.String

The distinguished name for the base object from which searches for user objects are conducted.

See Also

LdapDirectoryAccountStore Class
System.Web.Security.SingleSignOn Namespace

Return to top