SecureBlackbox 2020 iOS Edition

Questions / Feedback?

certRequestValid (property)

Indicates whether or not the signature on the request is valid and matches the public key contained in the request.

Syntax

@property (nonatomic,readonly,assign,getter=certRequestValid) BOOL certRequestValid;
- (BOOL)certRequestValid;
public var certRequestValid: Bool {
  get {...}
}

Default Value

FALSE

Remarks

Indicates whether or not the signature on the request is valid and matches the public key contained in the request.

This property is read-only.

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