ActiveDirectoryAccountStore.LdapDirectory Property
Gets or sets the LdapDirectoryAccountStore LDAP Directory object on the Active Directory store. This object can be used to generate claims from LDAP attributes on user accounts.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public LdapDirectoryAccountStore LdapDirectory { get; set; }
public:
property LdapDirectoryAccountStore^ LdapDirectory {
LdapDirectoryAccountStore^ get();
void set(LdapDirectoryAccountStore^ value);
}
member LdapDirectory : LdapDirectoryAccountStore with get, set
Public Property LdapDirectory As LdapDirectoryAccountStore
Property Value
Type: System.Web.Security.SingleSignOn.LdapDirectoryAccountStore
The LdapDirectoryAccountStore LDAP Directory object on the Active Directory store.
See Also
ActiveDirectoryAccountStore Class
System.Web.Security.SingleSignOn Namespace
Return to top