Gets 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; } | 
Field Value
The inner content. Remarks
Remarks
            This method returns the encrypted content for parsed messages
            and unencrypted content for newly created messages. To encrypt or decrypt
            the content, use Encrypt()()()() and Decrypt()()()() methods.
            
 
     
     
     
     
    