SessionAuthenticationModule.InitializePropertiesFromConfiguration 方法

定义

初始化基于在配置文件中的定义的模块属性。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 ()

注解

通过在 CookieHandler 属性上设置的对象初始化在配置中指定的处理程序的属性 System.IdentityModel.Services.Configuration.FederationConfiguration FederatedAuthentication.FederationConfigurationInitializes 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. 可以通过 < cookieHandler > 元素在配置文件中指定 cookie 处理程序。You can specify the cookie handler in a configuration file through the <cookieHandler> element.

适用于