IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

HashSignature Property

The hash signature.

Object Oriented Interface

public function getHashSignature();
public function setHashSignature($value);

Procedural Interface

ipworksencrypt_dsa_get($res, 7 );
ipworksencrypt_dsa_set($res, 7, $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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 PHP Edition - Version 20.0 [Build 8155]