AccountStore.AccountStoreType Enumeration

 

Specifies the type of account store to which the AccountStore object belongs.

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

Syntax

public enum AccountStoreType
public enum class AccountStoreType
type AccountStoreType
Public Enumeration AccountStoreType

Members

Member name Description
ActiveDirectoryType

An Active Directory account store.

LdapDirectoryType

An LDAP directory account store.

UnknownStoreType

An account store that has an unknown type.

See Also

System.Web.Security.SingleSignOn Namespace

Return to top