CookieHandlerElement.Name Propriedade
Definição
Obtém ou define o nome base dos cookies gravados pelo manipulador.Gets or sets the base name for any cookies written by the handler.
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
Valor da propriedade
O nome de base para os cookies.The base name for the cookies. O padrão é "FedAuth".The default is "FedAuth".
- Atributos
Comentários
Representa o name atributo do elemento < cookieHandler > .Represents the name attribute of the <cookieHandler> element.