LdapDirectoryAccountStore.LdapBindObjectDN Property
Gets or sets the distinguished name of an object to which to bind in order to validate user credentials. This property must be null for Active Directory.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string LdapBindObjectDN { get; set; }
public:
property String^ LdapBindObjectDN {
String^ get();
void set(String^ value);
}
member LdapBindObjectDN : string with get, set
Public Property LdapBindObjectDN As String
Property Value
Type: System.String
The distinguished name of an object to which to bind in order to validate user credentials.
See Also
LdapDirectoryAccountStore Class
System.Web.Security.SingleSignOn Namespace
Return to top