'Declaration Public ReadOnly Property IsSecure As Boolean
public bool IsSecure {get;}
The Secure flag can be set on a cookie returned from the server to stop it being sent over non-encrypted HTTP connections.
Always check the value of the IsSecureKnown property before using IsSecure.
Cookie Class Cookie Members IsSecureKnown Property IsHttpOnly Property