SecureBlackbox 2020 iOS Edition

Questions / Feedback?

offlineMode (property)

Switches the class to the offline mode.

Syntax

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

Default Value

FALSE

Remarks

When working in offline mode, the component restricts itself from using any online revocation information sources, such as CRL or OCSP responders.

Offline mode may be useful if there is a need to verify the completeness of validation information included within the signature or provided via KnownCertificates, KnownCRLs, and other related properties.

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