Click or drag to resize

CertID Constructor

Overload List
  NameDescription
Public methodCertID(Byte)
Initializes a new instance of the CertID class
Public methodCertID(X509Certificate2)
Initializes a new instance of the CertID class
Public methodCertID(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.
Top
See Also