Click or drag to resize

CookieIsSecure Property

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.17.0
Syntax
C#
public bool IsSecure { get; }

Property Value

Type: Boolean
The Secure attribute value.
See Also