Share via


CookieHandlerElement.Name Vlastnost

Definice

Získá nebo nastaví základní název pro všechny soubory cookie napsané obslužnou rutinou.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", IsRequired=false)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", IsRequired=false)>]
member this.Name : string with get, set
Public Property Name As String

Hodnota vlastnosti

Základní název souborů cookie. Výchozí hodnota je FedAuth.

Atributy

Poznámky

name Představuje atribut elementu< cookieHandler>.

Platí pro

Viz také