Share via


FederationConfigurationElement.CookieHandler 屬性

定義

取得或設定子 <cookieHandler> 項目。

public:
 property System::IdentityModel::Services::CookieHandlerElement ^ CookieHandler { System::IdentityModel::Services::CookieHandlerElement ^ get(); void set(System::IdentityModel::Services::CookieHandlerElement ^ value); };
[System.Configuration.ConfigurationProperty("cookieHandler", IsRequired=false)]
public System.IdentityModel.Services.CookieHandlerElement CookieHandler { get; set; }
[<System.Configuration.ConfigurationProperty("cookieHandler", IsRequired=false)>]
member this.CookieHandler : System.IdentityModel.Services.CookieHandlerElement with get, set
Public Property CookieHandler As CookieHandlerElement

屬性值

CookieHandlerElement

<cookieHandler> 項目。

屬性

備註

<cookieHandler>元素 CookieHandler 會設定會話驗證模組 (SessionAuthenticationModule) 用來讀取和寫入 cookie 的物件。

適用於

另請參閱