CertID(X509Certificate2, X509Certificate2) Constructor
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.
Namespace: SysadminsLV.PKI.OcspClientAssembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.3.0+16893f72dbbf743b5dc1838aaf2dc6aff3ae6df1
public CertID(
X509Certificate2 issuer,
X509Certificate2 leafCert
)
Public Sub New (
issuer As X509Certificate2,
leafCert As X509Certificate2
)
public:
CertID(
X509Certificate2^ issuer,
X509Certificate2^ leafCert
)
new :
issuer : X509Certificate2 *
leafCert : X509Certificate2 -> CertID
Parameters
- issuer X509Certificate2
-
An X509Certificate2 object that represents an issuer.
- leafCert X509Certificate2
-
An X509Certificate2 object that represents certificate to verify.