IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

referenceHashAlgorithm (property)

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

Syntax

- (NSString*)referenceHashAlgorithm:(int)referenceIndex;
- (void)setReferenceHashAlgorithm:(int)referenceIndex:(NSString*)newReferenceHashAlgorithm;
public func referenceHashAlgorithm(referenceIndex: Int32) throws -> String
public func setReferenceHashAlgorithm(referenceIndex: Int32, newReferenceHashAlgorithm: String) throws -> Void

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.

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