SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

authAttempts (property)

Specifies the number of SSH password authentication attempts.

Syntax

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

Default Value

1

Remarks

In case of password authentication failure provide new password inside the AuthFailed event handler.

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