WSFederationAuthenticationModule.InitializePropertiesFromConfiguration Method

Definition

Initializes the module properties based on the configuration specified by the FederationConfiguration property of the module.

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

Remarks

Module properties are initialized using the equivalent properties of the WsFederationConfiguration object specified by the FederationConfiguration.WsFederationConfiguration property.

You can specify settings in a configuration file through the <wsFederation> element.

Applies to