IAttributeStore::Initialize Method (Dictionary<String^, String^>^)

Active Directory Federation Services 2.0
 

Called by the Active Directory® Federation Services (AD FS) 2.0 runtime to initialize the attribute store with the specified configuration parameters.

Namespace:   Microsoft.IdentityServer.ClaimsPolicy.Engine.AttributeStore
Assembly:  Microsoft.IdentityServer.ClaimsPolicy (in Microsoft.IdentityServer.ClaimsPolicy.dll)

void Initialize(
	Dictionary<String^, String^>^ config
)

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.

System_CAPS_noteNote

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: