IRequestContextClearCertificateExceptions Method |
Version 90.6.50
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
Syntax void ClearCertificateExceptions(
ICompletionCallback callback
)
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