SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

SSHSettingsTrustAllKeys (property)

Enables or disables explicit trust to all server keys.

Syntax

@property (nonatomic,readwrite,assign,getter=SSHSettingsTrustAllKeys,setter=setSSHSettingsTrustAllKeys:) BOOL SSHSettingsTrustAllKeys;
- (BOOL)SSHSettingsTrustAllKeys;
- (void)setSSHSettingsTrustAllKeys:(BOOL)newSSHSettingsTrustAllKeys;
public var SSHSettingsTrustAllKeys: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

Enables or disables explicit trust to all server keys. Use with care.

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