Gets the plain text of the signature.

Namespace:  Cryptware.NDigitSign
Assembly:  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();

Field Value

The plain text.

See Also