CredentialsVerificationInfo.AccountStoreType Property
Gets or sets the AccountStore.AccountStoreType of the account store that verified the user credentials.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public AccountStore.AccountStoreType AccountStoreType { get; set; }
public:
property AccountStore::AccountStoreType AccountStoreType {
AccountStore::AccountStoreType get();
void set(AccountStore::AccountStoreType value);
}
member AccountStoreType : AccountStore.AccountStoreType with get, set
Public Property AccountStoreType As AccountStore.AccountStoreType
Property Value
Type: System.Web.Security.SingleSignOn.AccountStore.AccountStoreType
The AccountStore.AccountStoreType of the account store that verified the user credentials.
See Also
CredentialsVerificationInfo Class
System.Web.Security.SingleSignOn Namespace
Return to top