Instanciate a SignedDocument instance Froms a PKCS#7 or CAdES byte array.

Namespace:  Cryptware.NDigitSign
Assembly:  NDigitSign (in NDigitSign.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function FromByteArray ( _
	cms As Byte() _
) As SignedDocument
C#
public static SignedDocument FromByteArray(
	byte[] cms
)
Visual C++
public:
static SignedDocument^ FromByteArray(
	array<unsigned char>^ cms
)
JavaScript
Cryptware.NDigitSign.SignedDocument.fromByteArray = function(cms);

Parameters

cms
Type: array<System..::..Byte>[]()[]
The CMS.

Return Value

See Also