Class VerifyCertificateResponse
- Namespace
- DotNetBrowser.Net.Handlers
- Assembly
- DotNetBrowser.dll
A response for the VerifyCertificateHandler
public sealed class VerifyCertificateResponse
- Inheritance
-
VerifyCertificateResponse
- Inherited Members
Methods
- Default()
Creates a VerifyCertificateResponse that lets Chromium decide whether SSL certificate should be accepted or rejected.
- Invalid()
Creates a VerifyCertificateResponse that notifies the engine that the given certificate is invalid with the Invalid.
- Invalid(IList<CertificateVerificationStatus>)
Creates a VerifyCertificateResponse that notifies the engine that the given certificate is invalid with the specific CertificateVerificationStatus.
- Valid()
Creates a VerifyCertificateResponse that marks SSL certificate as valid and must be accepted.