IAttributeStore Interface
Defines the methods used by Active Directory® Federation Services (AD FS) 2.0 attribute stores.
Assembly: Microsoft.IdentityServer.ClaimsPolicy (in Microsoft.IdentityServer.ClaimsPolicy.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | EndExecuteQuery(IAsyncResult) | Called by the Active Directory® Federation Services (AD FS) 2.0 policy engine to get the result of query execution. |
![]() | 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. |
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.
