Gets or sets the inner content information for this CMS/PKCS #7 message.
            It contains the content type identifier and content data.
            
    Namespace: 
   Rebex.Security.Cryptography.Pkcs
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property ContentInfo As ContentInfo Get Set | 
| C# | 
|---|
| public ContentInfo ContentInfo { get; set; } | 
 
     
     
     
     
    