CertID Constructor |
Name | Description | |
---|---|---|
CertID(Byte) | Initializes a new instance of the CertID class | |
CertID(X509Certificate2) | Initializes a new instance of the CertID class | |
CertID(X509Certificate2, X509Certificate2) |
Initializes a new instance of the CertID class using leaf and issuer certificates.
This constructor do not check whether the certificate in the issuer parameter actually
signed the certificate in the leafCert parameter.
|