SecureBlackbox 2020 iOS Edition

Questions / Feedback?

dataFile (property)

The name of the file containing the original signed data.

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

Use this property to provide the original data when validating detached signatures with VerifyDetached.

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