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