HMACKey Property
The HMAC key used with the 'HMAC-SHA1' signing algorithm.
Object Oriented Interface
public function getHMACKey(); public function setHMACKey($value);
Procedural Interface
ipworksencrypt_xmlsig_get($res, 7 ); ipworksencrypt_xmlsig_set($res, 7, $value );
Default Value
''
Remarks
This property defines the HMAC key to be used when SigningAlgorithm is set to "HMAC-SHA1". This must be set before calling before calling Sign.
This property is also applicable when calling VerifySignature. This may be set before calling VerifySignature or from within the SignatureInfo event.
This property is not available at design time.
Data Type
Binary String