IAttributeStore::Initialize Method (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.
Assembly: Microsoft.IdentityServer.ClaimsPolicy (in Microsoft.IdentityServer.ClaimsPolicy.dll)
Parameters
- config
-
Type:
System.Collections.Generic::Dictionary<String^, String^>^
A dictionary of name-value pairs that contains the configuration parameters for the attribute store. The parameters are specific to the attribute store implementation.
The AD FS 2.0 runtime calls the Initialize method to initialize the attribute store with the specified configuration parameters. If a parameter or a parameter value is not valid, an AttributeStoreInvalidConfigurationException should be thrown.
Note |
|---|
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.
