SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

useDefaultTSLs (property)

Enables or disables the use of the default TSLs.

Syntax

@property (nonatomic,readwrite,assign,getter=useDefaultTSLs,setter=setUseDefaultTSLs:) BOOL useDefaultTSLs;
- (BOOL)useDefaultTSLs;
- (void)setUseDefaultTSLs:(BOOL)newUseDefaultTSLs;
public var useDefaultTSLs: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

Use this property to tell the validator to use (or not to use) the default TSLs (Trust Service status Lists). The result of this check reported in Qualified property.

The following default TSLs are used: EU (European Union) TSL.

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