SecureBlackbox 2020 iOS Edition

Questions / Feedback?

SSHSettingsHandshakeTimeout (property)

Specifies the maximal time for the SSH handshake to proceed, in seconds.

Syntax

@property (nonatomic,readwrite,assign,getter=SSHSettingsHandshakeTimeout,setter=setSSHSettingsHandshakeTimeout:) int SSHSettingsHandshakeTimeout;
- (int)SSHSettingsHandshakeTimeout;
- (void)setSSHSettingsHandshakeTimeout:(int)newSSHSettingsHandshakeTimeout;
public var SSHSettingsHandshakeTimeout: Int32 {
  get {...}
set {...} }

Default Value

45

Remarks

Specifies the maximal time for the SSH handshake to proceed, in seconds. If the handshake is not completed within this period, the session is aborted.

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