HashSignature Property
The hash signature.
Syntax
public byte [] getHashSignature(); public void setHashSignature(byte [] hashSignature);
Remarks
This property holds the computed hash signature. This is populated after calling Sign. This must be set before calling VerifySignature.
Default Value
""