SecureBlackbox 2020 iOS Edition

Questions / Feedback?

dataFile (property)

A file containing the external data covered by a detached signature.

Syntax

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

Default Value

""

Remarks

In the case of a detached signature, use this property to provide the external data to the class from a file. Alternatively, provide the data via DataStream.

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