SessionAuthenticationModule.InitializePropertiesFromConfiguration Method

Definition

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.

Applies to