Click or drag to resize

CefRequestContextClearCertificateExceptions Method

Clears all certificate exceptions that were added as part of handling CefRequestHandler::OnCertificateError(). If you call this it is recommended that you also call CloseAllConnections() or you risk not being prompted again for server certificates if you reconnect quickly. If |callback| is non-NULL it will be executed on the UI thread after completion.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void ClearCertificateExceptions(
	CefCompletionCallback callback
)

Parameters

callback
Type: Internal.Xilium.CefGlueCefCompletionCallback
See Also