SecureBlackbox 2020 iOS Edition

Questions / Feedback?

dataURI (property)

The URI to be included with the timestamped data.

Syntax

@property (nonatomic,readwrite,assign,getter=dataURI,setter=setDataURI:) NSString* dataURI;
- (NSString*)dataURI;
- (void)setDataURI:(NSString*)newDataURI;
public var dataURI: String {
  get {...}
set {...} }

Default Value

""

Remarks

Use this property to provide a URI to be saved alongside the timestamped data. This value is only informational.

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