[ObsoleteAttribute("Use 'GetInstance' from tagged object instead")]
public CmpCertificate(
int type,
Asn1Encodable otherCert
)
<ObsoleteAttribute("Use 'GetInstance' from tagged object instead")>
Public Sub New (
type As Integer,
otherCert As Asn1Encodable
)
public:
[ObsoleteAttribute(L"Use 'GetInstance' from tagged object instead")]
CmpCertificate(
int type,
Asn1Encodable^ otherCert
)
Org.BouncyCastle.Asn1.Cmp.CmpCertificate = function(type, otherCert);