Convert the signed documenti in a PKCS#7 (or CAdES) byte array.
Namespace:
Cryptware.NDigitSignAssembly: 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(); |