ClaimsAuthorizationModule.InitializePropertiesFromConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.