| CookieParamSecure Property  | 
Version 99.2.120 
            True if cookie is secure.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.0)
 Syntax
Syntaxpublic bool? Secure { get; set; }public:
property Nullable<bool> Secure {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}Property Value
Type: 
NullableBoolean See Also
See Also