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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.