Click or drag to resize

IRequestContextClearCertificateExceptions Method

Version 94.4.20
Clears all certificate exceptions that were added as part of handling OnCertificateError(IWebBrowser, IBrowser, CefErrorCode, String, ISslInfo, IRequestCallback). If you call this it is recommended that you also call CloseAllConnections(ICompletionCallback) or you risk not being prompted again for server certificates if you reconnect quickly.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
void ClearCertificateExceptions(
	ICompletionCallback callback
)

Parameters

callback
Type: CefSharpICompletionCallback
If is non-NULL it will be executed on the CEF UI thread after completion. This param is optional
See Also