SessionAuthenticationModule.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 definitions in the configuration file.
protected:
override void InitializePropertiesFromConfiguration();
protected override void InitializePropertiesFromConfiguration ();
override this.InitializePropertiesFromConfiguration : unit -> unit
Protected Overrides Sub InitializePropertiesFromConfiguration ()
Remarks
Initializes the CookieHandler property from the handler specified in configuration by the System.IdentityModel.Services.Configuration.FederationConfiguration object that is set on the FederatedAuthentication.FederationConfiguration property. You can specify the cookie handler in a configuration file through the <cookieHandler> element.