WebBrowser IsSetCertLocation Property C# API
Gets a value that indicates whether a certificate location has been set.

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

public bool IsSetCertLocation { get; }

Field Value

true if a certificate location has been set; otherwise, false.
Exceptions

ExceptionCondition
NotSupportedExceptionEither the WinInet or WinHTTP handler is currently in use, for which this property is not supported.
See Also