Initializes a new instance of the SignedData class
Namespace: Org.BouncyCastle.Asn1.PkcsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public SignedData( DerInteger _version, Asn1Set _digestAlgorithms, ContentInfo _contentInfo, Asn1Set _certificates, Asn1Set _crls, Asn1Set _signerInfos )  | 
| Visual Basic | 
|---|
Public Sub New ( _ _version As DerInteger, _ _digestAlgorithms As Asn1Set, _ _contentInfo As ContentInfo, _ _certificates As Asn1Set, _ _crls As Asn1Set, _ _signerInfos As Asn1Set _ )  | 
| Visual C++ | 
|---|
public: SignedData( DerInteger^ _version, Asn1Set^ _digestAlgorithms, ContentInfo^ _contentInfo, Asn1Set^ _certificates, Asn1Set^ _crls, Asn1Set^ _signerInfos )  | 
Parameters
- _version
 - Type: Org.BouncyCastle.Asn1..::..DerInteger
 
- _digestAlgorithms
 - Type: Org.BouncyCastle.Asn1..::..Asn1Set
 
- _contentInfo
 - Type: Org.BouncyCastle.Asn1.Pkcs..::..ContentInfo
 
- _certificates
 - Type: Org.BouncyCastle.Asn1..::..Asn1Set
 
- _crls
 - Type: Org.BouncyCastle.Asn1..::..Asn1Set
 
- _signerInfos
 - Type: Org.BouncyCastle.Asn1..::..Asn1Set