Certificate Constructor (X509Certificate, X509CertificateCollection) | 
 
                Constructs a new Certificate instance from an X509Certificate and the list of
                intermediate X.509 certificates associated with this the certificate that may be needed for
                chain building.
            
 
    Namespace: 
   DotNetBrowser.Net.Certificates
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.19.0
Syntaxpublic Certificate(
	X509Certificate certificate,
	X509CertificateCollection intermediateCertificates
)
Parameters
- certificate
 - Type: System.Security.Cryptography.X509CertificatesX509Certificate
The X.509 certificate - intermediateCertificates
 - Type: System.Security.Cryptography.X509CertificatesX509CertificateCollection
The intermediate X.509 certificates associated with this the certificate. 
Exceptions| Exception | Condition | 
|---|
| ArgumentException | when certificate or intermediate certificates are null. | 
See Also