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