Share via


IAttributeStore Interface

 

Defines the methods used by Active Directory® Federation Services (AD FS) 2.0 attribute stores.

Namespace:   Microsoft.IdentityServer.ClaimsPolicy.Engine.AttributeStore
Assembly:  Microsoft.IdentityServer.ClaimsPolicy (in Microsoft.IdentityServer.ClaimsPolicy.dll)

Syntax

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

Methods

Name Description
System_CAPS_pubmethod BeginExecuteQuery(String, String[], AsyncCallback, Object)

Called by the Active Directory® Federation Services (AD FS) 2.0 policy engine to start a query request on the attribute store.

System_CAPS_pubmethod EndExecuteQuery(IAsyncResult)

Called by the Active Directory® Federation Services (AD FS) 2.0 policy engine to get the result of query execution.

System_CAPS_pubmethod Initialize(Dictionary<String, String>)

Called by the Active Directory® Federation Services (AD FS) 2.0 runtime to initialize the attribute store with the specified configuration parameters.

Remarks

This interface must be implemented by attribute stores loaded by Active Directory® Federation Services (AD FS) 2.0.

For a detailed overview of AD FS 2.0 attribute stores, as well as information, including code samples, about how to implement custom attribute stores, see AD FS 2.0 Attribute Store Overview.

See Also

Microsoft.IdentityServer.ClaimsPolicy.Engine.AttributeStore Namespace

Return to top