SecureBlackbox 2020 iOS Edition

Questions / Feedback?

referenceTargetData (property)

Contains the referenced external data when the digest value is not explicitly specified.

Syntax

- (NSData*)referenceTargetData:(int)referenceIndex;
public func referenceTargetData(referenceIndex: Int32) throws -> Data

Remarks

Contains the referenced external data when the digest value is not explicitly specified.

This property is optional and should only be set if you reference the external data via URI, and you don't provide the digest value explicitly via DigestValue.

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 read-only.

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