C-DEngine 5.105

Cookie..::..Secure Property

Gets or sets a value indicating whether the security level of the cookie is secure.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool Secure { get; set; }
Public Property Secure As Boolean
	Get
	Set
public:
property bool^ Secure {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if the security level of the cookie is secure; otherwise, false. The default value is false.

Remarks


When this property is true, the cookie may be included in the HTTP request only if the request is transmitted over the HTTPS.