IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

ReferenceHashAlgorithm Property

This property defines the hash algorithm to apply to the element specified by XMLElement .

Object Oriented Interface

public function getReferenceHashAlgorithm($referenceindex);
public function setReferenceHashAlgorithm($referenceindex, $value);

Procedural Interface

ipworksencrypt_xmlsig_get($res, 14 , $referenceindex);
ipworksencrypt_xmlsig_set($res, 14, $value , $referenceindex);

Default Value

'SHA1'

Remarks

This property defines the hash algorithm to apply to the element specified by ReferenceXMLElement. Possible values are:

  • "SHA1" (default)
  • "SHA256"
  • "SHA512"

The $referenceindex parameter specifies the index of the item in the array. The size of the array is controlled by the ReferenceCount property.

This property is not available at design time.

Data Type

String

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