Indicates whether the cookie should be transmitted only over HTTPS.
[Visual Basic] Public Property Secure As Boolean [C#] public bool Secure {get; set;} [C++] public: __property bool get_Secure(); public: __property void set_Secure(bool); [JScript] public function get Secure() : Boolean; public function set Secure(Boolean);
true if cookie should be transmitted securely; otherwise false. The default value is false.
HttpCookie Class | HttpCookie Members | System.Web Namespace