public CertBag(
DerObjectIdentifier certID,
Asn1Object certValue
)
Public Sub New (
certID As DerObjectIdentifier,
certValue As Asn1Object
)
public:
CertBag(
DerObjectIdentifier^ certID,
Asn1Object^ certValue
)
Org.BouncyCastle.Asn1.Pkcs.CertBag = function(certID, certValue);