IRequestContextClearCertificateExceptions Method  | 
Version 118.6.80  
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntaxvoid 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