Click or drag to resize

CookieBuilderSecure Property

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.

Namespace:  DotNetBrowser.Cookies
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool Secure { get; set; }

Property Value

Type: Boolean
The Secure attribute value.
See Also