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