SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

lockTimeout (property)

Specifies the timeout of the current lock.

Syntax

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

Default Value

1000000

Remarks

Use this property to get the timeout figure for the current lock.

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