SetCookieHeaderValue.Secure Proprietà

Definizione

Ottiene o imposta un valore per l'attributo Secure cookie.

L'attributo Secure limita l'ambito del cookie ai canali "sicuri".

public:
 property bool Secure { bool get(); void set(bool value); };
public bool Secure { get; set; }
member this.Secure : bool with get, set
Public Property Secure As Boolean

Valore della proprietà

Commenti

Vedere https://tools.ietf.org/html/rfc6265#section-4.1.2.5.

Si applica a