Microsoft.IdentityServer.ClaimsPolicy.Engine.AttributeStore Namespace
Contains classes and interfaces used to implement an Active Directory® Federation Services (AD FS) 2.0 attribute store. For more information about AD FS 2.0 attribute stores, see AD FS 2.0 Attribute Store Overview.
Classes
Class | Description | |
---|---|---|
AttributeStoreException | The abstract base class from which attribute store exceptions are derived. |
|
AttributeStoreInvalidConfigurationException | The exception that is thrown when any of the configuration parameters passed to the attribute store are not valid. |
|
AttributeStoreQueryExecutionException | The exception that is thrown when an error occurs during the processing of an attribute store query. |
|
AttributeStoreQueryFormatException | The exception that is thrown when the query string passed to the attribute store is not valid. |
Interfaces
Interface | Description | |
---|---|---|
IAttributeStore | Defines the methods used by Active Directory® Federation Services (AD FS) 2.0 attribute stores. |
Return to top