SecureBlackbox 2020 iOS Edition

Questions / Feedback?

trustedKeysFile (property)

A file containing the keys of authorized servers.

Syntax

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

Default Value

""

Remarks

Use this property to provide a path to the 'authorized_keys' file to be used by the client.

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