HashSignature Property
The hash signature.
Syntax
__property String HashSignature = {read=FHashSignature, write=FSetHashSignature, default=""}; __property RawByteString HashSignatureB = {read=FHashSignatureB, write=FSetHashSignatureB, default=""};
Default Value
""
Remarks
This property holds the computed hash signature. This is populated after calling Sign. This must be set before calling VerifySignature.
Data Type
Binary String