Initializes a new instance of the SignedData class
Namespace: Org.BouncyCastle.Asn1.CmsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public SignedData( Asn1Set digestAlgorithms, ContentInfo contentInfo, Asn1Set certificates, Asn1Set crls, Asn1Set signerInfos )  | 
| Visual Basic | 
|---|
Public Sub New ( _ digestAlgorithms As Asn1Set, _ contentInfo As ContentInfo, _ certificates As Asn1Set, _ crls As Asn1Set, _ signerInfos As Asn1Set _ )  | 
| Visual C++ | 
|---|
public: SignedData( Asn1Set^ digestAlgorithms, ContentInfo^ contentInfo, Asn1Set^ certificates, Asn1Set^ crls, Asn1Set^ signerInfos )  | 
Parameters
- digestAlgorithms
 - Type: Org.BouncyCastle.Asn1..::..Asn1Set
 
- contentInfo
 - Type: Org.BouncyCastle.Asn1.Cms..::..ContentInfo
 
- certificates
 - Type: Org.BouncyCastle.Asn1..::..Asn1Set
 
- crls
 - Type: Org.BouncyCastle.Asn1..::..Asn1Set
 
- signerInfos
 - Type: Org.BouncyCastle.Asn1..::..Asn1Set