SecureBlackbox 2020 iOS Edition

Questions / Feedback?

ignoreChainValidationErrors (property)

Makes the class tolerant to chain validation errors.

Syntax

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

Default Value

FALSE

Remarks

If this property is set to True, any errors emerging during certificate chain validation will be ignored. This setting may be handy if the purpose of validation is the creation of an LTV signature, and the validation is performed in an environment that doesn't trust the signer's certificate chain.

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