IAccountStore.AccountStoreType Property
Gets the type of the store, for example "SQL". It is used for audit purposes.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
string AccountStoreType { get; }
property String^ AccountStoreType {
String^ get();
}
abstract AccountStoreType : string with get
ReadOnly Property AccountStoreType As String
Property Value
Type: System.String
The type of the store.
See Also
IAccountStore Interface
System.Web.Security.SingleSignOn Namespace
Return to top