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!

Cookie.Secure

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

See Also

Cookie Class | Cookie Members | System.Web.Services.Protocols Namespace