ClaimsAuthorizationModule.InitializePropertiesFromConfiguration Method

Definition

Initializes the module properties based on definitions in the configuration file.

protected:
 override void InitializePropertiesFromConfiguration();
protected override void InitializePropertiesFromConfiguration ();
override this.InitializePropertiesFromConfiguration : unit -> unit
Protected Overrides Sub InitializePropertiesFromConfiguration ()

Remarks

Initializes the ClaimsAuthorizationManager property from the claims authorization manager that is specified in configuration by the IdentityConfiguration.ClaimsAuthorizationManager property on the IdentityConfiguration object set on the FederationConfiguration object that is set on the FederatedAuthentication.FederationConfiguration property. You can specify the claims authentication manager in a configuration file through the <claimsAuthorizationManager> element.

Applies to