Initializes a new instance of ContentInfo using the specified array of bytes
            as content and an object identifier "data" as content type. 
            
    Namespace: 
   Rebex.Security.Cryptography.Pkcs
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub New ( _ content As Byte() _ ) | 
| C# | 
|---|
| public ContentInfo( byte[] content ) | 
Parameters
- content
- Type: array<System..::..Byte>[]()[][]
 The message content.
 
     
     
     
     
    