Click or drag to resize
RequestContextClearCertificateExceptions Method
Version 63.0.0
Clears all certificate exceptions that were added as part of handling [!:IRequestHandler.OnCertificateError]. If you call this it is recommended that you also call [!:IRequestContext.CloseAllConnections] or you risk not being prompted again for server certificates if you reconnect quickly.

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 63.0.0.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