NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpCookie.Secure

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);

Property Value

true if cookie should be transmitted securely; otherwise false. The default value is false.

See Also

HttpCookie Class | HttpCookie Members | System.Web Namespace