Table of Contents

Property IsSecure

Namespace
DotNetBrowser.Cookies
Assembly
DotNetBrowser.dll

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.

public bool IsSecure { get; }

Property Value

bool

The Secure attribute value.