Gets the Secure attribute value of the cookie.
A secure cookie is only sent to the server with an encrypted
request over the HTTPS protocol.
Namespace:
DotNetBrowser.Cookies
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public bool IsSecure { get; }
Property Value
Type:
Boolean
The
Secure attribute value.
See Also