RequestContextClearCertificateExceptions Method |
Version 71.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.
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: 71.0.0.0
Syntax public virtual void ClearCertificateExceptions(
ICompletionCallback callback
)
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 optionalIf is non-NULL it will be executed on the CEF UI thread after
completion. This param is optional
Implements
IRequestContextClearCertificateExceptions(ICompletionCallback)See Also