FederationConfiguration.CookieHandler 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要由工作階段驗證模組 (SessionAuthenticationModule) 來使用的 Cookie 處理常式。
public:
property System::IdentityModel::Services::CookieHandler ^ CookieHandler { System::IdentityModel::Services::CookieHandler ^ get(); void set(System::IdentityModel::Services::CookieHandler ^ value); };
public System.IdentityModel.Services.CookieHandler CookieHandler { get; set; }
member this.CookieHandler : System.IdentityModel.Services.CookieHandler with get, set
Public Property CookieHandler As CookieHandler
屬性值
要由工作階段驗證模組 (SAM) 來使用的 Cookie 處理常式。
例外狀況
嘗試將屬性設為 null
。
備註
指定 SAM 用來讀取和寫入工作階段 Cookie 的 Cookie 處理程式。
從組態檔初始化時,這個屬性是由 <cookieHandler> 元素所設定。