WebBrowser CacheSecureData Property C# API
Gets or sets a value that indicates whether secure (HTTPS) data will be cached.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public bool CacheSecureData { get; set; }

Field Value

true if secure data will be cached (default); otherwise, false.
See Also