IAttributeStore Interface

Active Directory Federation Services 2.0
 

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)

public interface IAttributeStore

NameDescription
System_CAPS_pubmethodBeginExecuteQuery(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_pubmethodEndExecuteQuery(IAsyncResult)

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

System_CAPS_pubmethodInitialize(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.

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.

Return to top

Community Additions

ADD
Show: