Share via


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
System_CAPS_pubclass AttributeStoreException

The abstract base class from which attribute store exceptions are derived.

System_CAPS_pubclass AttributeStoreInvalidConfigurationException

The exception that is thrown when any of the configuration parameters passed to the attribute store are not valid.

System_CAPS_pubclass AttributeStoreQueryExecutionException

The exception that is thrown when an error occurs during the processing of an attribute store query.

System_CAPS_pubclass AttributeStoreQueryFormatException

The exception that is thrown when the query string passed to the attribute store is not valid.

Interfaces

Interface Description
System_CAPS_pubinterface IAttributeStore

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

Return to top