Cookie.Secure Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that indicates whether including the cookie on subsequent client requests requires the request be sent with Secure Hypertext Transport Protocol (HTTPS).
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Booleantrue if including the cookie on subsequent client requests requires the request be sent with HTTPS; otherwise, false. The default is false.
Show: