SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

useSystemCertificates (property)

Enables or disables the use of the system certificates.

Syntax

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

Default Value

FALSE

Remarks

Use this property to tell the validator to use (or not to use) the system certificates. In many cases it is beneficial to switch this property on, as the operating system certificate configuration provides a representative trust framework.

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