SecureBlackbox 2020 iOS Edition

Questions / Feedback?

filename (property)

Specifies the name of the file being protected.

Syntax

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

Default Value

""

Remarks

Use this property to set the name of the file being protected, such as 'document.txt'. If Filename is empty or its value is "_CONSOLE", the data will be protected for-your-eyes-only, meaning the decryptor will only be able to read it on their screen, but not save.

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