INetworkVerifyCertificateHandler Property |
Namespace: DotNetBrowser.Net
IHandler<VerifyCertificateParameters, VerifyCertificateResponse> VerifyCertificateHandler { get; set; }
Exception | Condition |
---|---|
ObjectDisposedException | The INetwork object has already been disposed. |
Use the Valid method if the SSL certificate should be accepted.
Use the Invalid method if the SSL certificate must be rejected.
Use the Default method to let Chromium decide whether SSL certificate should be accepted or rejected.
If this method throws an exception, then default behavior will be applied - the Default method will be used.