ActiveDirectoryAccountStore.CreateLdapDirectory Method ()
Creates the 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 CreateLdapDirectory()
public:
LdapDirectoryAccountStore^ CreateLdapDirectory()
member CreateLdapDirectory : unit -> LdapDirectoryAccountStore
Public Function CreateLdapDirectory As LdapDirectoryAccountStore
Return Value
Type: System.Web.Security.SingleSignOn.LdapDirectoryAccountStore
Returns the LdapDirectoryAccountStore object.
See Also
ActiveDirectoryAccountStore Class
System.Web.Security.SingleSignOn Namespace
Return to top