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