public SafeBag(
DerObjectIdentifier oid,
Asn1Object obj,
Asn1Set bagAttributes
)
Public Sub New (
oid As DerObjectIdentifier,
obj As Asn1Object,
bagAttributes As Asn1Set
)
public:
SafeBag(
DerObjectIdentifier^ oid,
Asn1Object^ obj,
Asn1Set^ bagAttributes
)
Org.BouncyCastle.Asn1.Pkcs.SafeBag = function(oid, obj, bagAttributes);