[ObsoleteAttribute("Will be removed")]
public CertificateID(
string hashAlgorithm,
X509Certificate issuerCert,
BigInteger serialNumber
)
<ObsoleteAttribute("Will be removed")>
Public Sub New (
hashAlgorithm As String,
issuerCert As X509Certificate,
serialNumber As BigInteger
)
public:
[ObsoleteAttribute(L"Will be removed")]
CertificateID(
String^ hashAlgorithm,
X509Certificate^ issuerCert,
BigInteger^ serialNumber
)
Org.BouncyCastle.Ocsp.CertificateID = function(hashAlgorithm, issuerCert, serialNumber);