Click or drag to resize

CertID Constructor (X509Certificate2)

Initializes a new instance of the CertID class

Namespace:  PKI.OCSP
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public CertID(
	X509Certificate2 cert
)

Parameters

cert
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
An X509Certificate2 from which the CertID object is constructed.
Exceptions
ExceptionCondition
ArgumentNullExceptioncert parameter is null reference.
UninitializedObjectException The certificate is not initialized.
See Also