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