HashSignature Property
The hash signature.
Object Oriented Interface
public function getHashSignature(); public function setHashSignature($value);
Procedural Interface
ipworksencrypt_ecc_get($res, 2 ); ipworksencrypt_ecc_set($res, 2, $value );
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