Gets the plain text of the signature.
Namespace:
Cryptware.NDigitSignAssembly: NDigitSign (in NDigitSign.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property PlainText As Byte() Get |
C# |
---|
public byte[] PlainText { get; } |
Visual C++ |
---|
public: property array<unsigned char>^ PlainText { array<unsigned char>^ get (); } |
JavaScript |
---|
function get_plainText(); |