Property Secure
- Namespace
- DotNetBrowser.Cookies
- Assembly
- DotNetBrowser.dll
Secure
Gets or sets the Secure
attribute value of the cookie.
A secure cookie is only sent to the server with an encrypted
request over the HTTPS protocol.
public bool Secure { get; set; }
Property Value
- bool
The
Secure
attribute value.