Convert the signed documenti in a PKCS#7 (or CAdES) byte array.

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

Syntax

Visual Basic (Declaration)
Public Function ToByteArray As Byte()
C#
public byte[] ToByteArray()
Visual C++
public:
array<unsigned char>^ ToByteArray()
JavaScript
function toByteArray();

Return Value

See Also