Initializes a new instance of the CertificateID class
Namespace: Org.BouncyCastle.OcspAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public CertificateID( string hashAlgorithm, X509Certificate issuerCert, BigInteger number ) |
Visual Basic |
---|
Public Sub New ( _ hashAlgorithm As String, _ issuerCert As X509Certificate, _ number As BigInteger _ ) |
Visual C++ |
---|
public: CertificateID( String^ hashAlgorithm, X509Certificate^ issuerCert, BigInteger^ number ) |
Parameters
- hashAlgorithm
- Type: System..::..String
- issuerCert
- Type: Org.BouncyCastle.X509..::..X509Certificate
- number
- Type: Org.BouncyCastle.Math..::..BigInteger