Initializes a new instance of the EncryptedData class
Namespace: Org.BouncyCastle.Asn1.PkcsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public EncryptedData( DerObjectIdentifier contentType, AlgorithmIdentifier encryptionAlgorithm, Asn1Encodable content )  | 
| Visual Basic | 
|---|
Public Sub New ( _ contentType As DerObjectIdentifier, _ encryptionAlgorithm As AlgorithmIdentifier, _ content As Asn1Encodable _ )  | 
| Visual C++ | 
|---|
public: EncryptedData( DerObjectIdentifier^ contentType, AlgorithmIdentifier^ encryptionAlgorithm, Asn1Encodable^ content )  | 
Parameters
- contentType
 - Type: Org.BouncyCastle.Asn1..::..DerObjectIdentifier
 
- encryptionAlgorithm
 - Type: Org.BouncyCastle.Asn1.X509..::..AlgorithmIdentifier
 
- content
 - Type: Org.BouncyCastle.Asn1..::..Asn1Encodable