Click or drag to resize

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.16.0
Syntax
C#
public 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
ExceptionCondition
ArgumentExceptionwhen certificate or intermediate certificates are null.
See Also