Creates an instance of SignedData class using the specified content
            information as the inner content.
            
    Namespace: 
   Rebex.Security.Cryptography.Pkcs
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub New ( _ contentInfo As ContentInfo _ ) | 
| C# | 
|---|
| public EnvelopedData( ContentInfo contentInfo ) | 
Parameters
- contentInfo
- Type: Rebex.Security.Cryptography.Pkcs..::..ContentInfo
 The inner content of the encrypted message.
 
     
     
     
     
    