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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.