WebBrowser CertificateDisplay Property C# API
Gets or sets a value that indicates whether certificate names should be written to the event log. This can be useful for debugging SSL/TLS client certificate issues.

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

public bool CertificateDisplay { get; set; }

Field Value

true if certificate names will be written to the event log; otherwise, false.
Exceptions

ExceptionCondition
NotSupportedExceptionThe Internal HTTP handler is currently in use, for which this property is not supported.
See Also