FederationConfigurationElement.CookieHandler Eigenschaft

Definition

Ruft das untergeordnete <cookieHandler>-Element ab oder legt dieses fest.

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

Eigenschaftswert

CookieHandlerElement

Das untergeordnete Element <cookieHandler>.

Attribute

Hinweise

Das <cookieHandler> -Element konfiguriert das -Objekt, das das Sitzungsauthentifizierungsmodul ( ) zum CookieHandler Lesen und Schreiben von Cookies SessionAuthenticationModule verwendet.

Gilt für

Siehe auch