Initializes a new instance of the CertificateID class

Namespace: Org.BouncyCastle.Ocsp
Assembly: 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
)

See Also