Initializes a new instance of the EncryptedData class
Namespace: Org.BouncyCastle.Asn1.CmsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public EncryptedData( EncryptedContentInfo encInfo )  | 
| Visual Basic | 
|---|
Public Sub New ( _ encInfo As EncryptedContentInfo _ )  | 
| Visual C++ | 
|---|
public: EncryptedData( EncryptedContentInfo^ encInfo )  | 
Parameters
- encInfo
 - Type: Org.BouncyCastle.Asn1.Cms..::..EncryptedContentInfo