MonobjcMonobjc Documented Class Library
NSHTTPCookieSecure Field
NamespacesMonobjc.FoundationNSHTTPCookieNSHTTPCookieSecure

An NSString object indicating that the cookie should be transmitted only over secure channels.

Providing any value for this key indicates that the cookie should remain secure.

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSHTTPCookieSecure
Public Shared ReadOnly NSHTTPCookieSecure As NSString
public:
static initonly NSString^ NSHTTPCookieSecure
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)