public ContentInfo(
DerObjectIdentifier contentType,
Asn1Encodable content
)
Public Sub New (
contentType As DerObjectIdentifier,
content As Asn1Encodable
)
public:
ContentInfo(
DerObjectIdentifier^ contentType,
Asn1Encodable^ content
)
Org.BouncyCastle.Asn1.Cms.ContentInfo = function(contentType, content);