SecureBlackbox 2020 iOS Edition

Questions / Feedback?

SSHSettingsObfuscationPassword (property)

Specifies the password used to encrypt the handshake when ObfuscateHandshake is set.

Syntax

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

Default Value

""

Remarks

Specifies the password used to encrypt the handshake when ObfuscateHandshake is set.

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