HttpModuleBase.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.
When overridden in a derived class, initializes module properties based on values in the FederationConfiguration object that is in effect for it.
protected:
abstract void InitializePropertiesFromConfiguration();
protected abstract void InitializePropertiesFromConfiguration ();
abstract member InitializePropertiesFromConfiguration : unit -> unit
Protected MustOverride Sub InitializePropertiesFromConfiguration ()
Remarks
When this method is called from the Init method, the FederationConfiguration property has already been initialized. You can get the configuration object that is in effect for this module from this property.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.