CookieOptions.Secure Proprietà

Definizione

Ottiene o imposta un valore che indica se trasmettere il cookie usando SSL (Secure Sockets Layer), ovvero solo su HTTPS.

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à

true per trasmettere il cookie tramite una connessione SSL (HTTPS). In caso contrario, false.

Si applica a