public CmsProcessableByteArray(
DerObjectIdentifier type,
byte[] bytes
)Public Sub New (
type As DerObjectIdentifier,
bytes As Byte()
)public:
CmsProcessableByteArray(
DerObjectIdentifier^ type,
array<unsigned char>^ bytes
)Org.BouncyCastle.Cms.CmsProcessableByteArray = function(type, bytes);