SecureBlackbox 2020 iOS Edition

Questions / Feedback?

inputFile (property)

A path to the source file.

Syntax

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

Default Value

""

Remarks

Use this property to provide a path to the file containing the data to be signed.

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