Click or drag to resize

RequestContextClearCertificateExceptions Method

Version 86.0.240
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.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public virtual 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

Implements

IRequestContextClearCertificateExceptions(ICompletionCallback)
See Also