Initializes a new instance of the CmsSignedData class
Namespace: Org.BouncyCastle.CmsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public CmsSignedData( IDictionary hashes, byte[] sigBlock ) |
Visual Basic |
---|
Public Sub New ( _ hashes As IDictionary, _ sigBlock As Byte() _ ) |
Visual C++ |
---|
public: CmsSignedData( IDictionary^ hashes, array<unsigned char>^ sigBlock ) |
Parameters
- hashes
- Type: System.Collections..::..IDictionary
- sigBlock
- Type: array<System..::..Byte>[]()[][]