Enables the use of optional client certificates, in case the server requests a client certificate but doesn't require one.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Field Value
true if SSL/TLS handshakes should be retried without a client certificate; otherwise, false.Exceptions
Exception | Condition |
---|---|
NotSupportedException | Either the WinInet or Internal HTTP handler is currently in use, for which this property is not supported. |
Remarks
See Also