Bagikan melalui


FederationConfigurationElement.CookieHandler Properti

Definisi

Mendapatkan atau mengatur elemen anak <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

Nilai Properti

Elemen anak <cookieHandler> .

Atribut

Keterangan

Elemen <cookieHandler> mengonfigurasi CookieHandler objek yang digunakan Modul Autentikasi Sesi (SessionAuthenticationModule) untuk membaca dan menulis cookie.

Berlaku untuk

Lihat juga