WSFederationAuthenticationModule.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 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.