IAccountStore Interface

 

This class supports the AD FS infrastructure and is not meant to be used directly from your code.

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

Syntax

public interface IAccountStore
public interface class IAccountStore
type IAccountStore = interface end
Public Interface IAccountStore

Properties

Name Description
System_CAPS_pubproperty AccountStoreType

Gets the type of the store, for example "SQL". It is used for audit purposes.

System_CAPS_pubproperty AccountStoreUri

Gets the URI that uniquely identifies this instance of the store type.

Methods

Name Description
System_CAPS_pubmethod GetClaimsForUser(ClientCredentialInfo, SecurityPropertyCollection, UserValidationInfo, Boolean, String)

Authenticates and retrieves the claims for a particular user.

See Also

System.Web.Security.SingleSignOn Namespace

Return to top