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