SecureBlackbox 2020 iOS Edition

Questions / Feedback?

maxValidationTime (property)

Specifies the maximum time the validation process may take.

Syntax

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

Default Value

0

Remarks

Use this property to limit the amount of time available for the validator to carry out the validation. If the validation process exceeds this time, it is terminated and the validation error is returned.

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