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.24.2
Syntaxpublic bool Secure { get; set; }Property Value
Type: 
Boolean
                The 
Secure attribute value.
            
See Also