CookieHandlerElement.Name Właściwość

Definicja

Pobiera lub ustawia podstawową nazwę wszystkich plików cookie napisanych przez program obsługi.

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

Wartość właściwości

Podstawowa nazwa plików cookie. Wartość domyślna to "FedAuth".

Atrybuty

Uwagi

name Reprezentuje atrybut <elementu cookieHandler>.

Dotyczy

Zobacz też