SecureBlackbox 2020 iOS Edition

Questions / Feedback?

referenceReferenceType (property)

The Reference's type attribute as defined in XMLDSIG specification.

Syntax

- (NSString*)referenceReferenceType:(int)referenceIndex;
- (void)setReferenceReferenceType:(int)referenceIndex:(NSString*)newReferenceReferenceType;
public func referenceReferenceType(referenceIndex: Int32) throws -> String
public func setReferenceReferenceType(referenceIndex: Int32, newReferenceReferenceType: String) throws -> Void

Default Value

""

Remarks

The Reference's type attribute as defined in XMLDSIG specification.

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.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]