True if the cookie should only be sent over a secure channel.
[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);
Cookie Class | Cookie Members | System.Web.Services.Protocols Namespace