VerifyCertificateParametersVerifyStatuses Property  | 
 
                Gets the verification statuses that indicate result
                of SSL certificate verification by the Chromium engine.
                If this collection is empty, then default SSL certificate verifier couldn't find any issues with the
                given certificate, so it's a valid certificate.
            
 
    Namespace: 
   DotNetBrowser.Net.Handlers
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.15.0
Syntaxpublic IEnumerable<CertificateVerificationStatus> VerifyStatuses { get; }Property Value
Type: 
IEnumerableCertificateVerificationStatus
                The verification statuses that indicate result
                of SSL certificate verification by the Chromium engine.
            
See Also