SecureBlackbox 2020 iOS Edition

Questions / Feedback?

dataFileName (property)

A file name to be saved together with the timestamped data.

Syntax

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

Default Value

""

Remarks

Use this property to provide a file name to be stored in the timestamp together with the timestamped data. This is only informational and does not necessarily need to match the file name provided via InputFile.

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