SecureBlackbox 2020 iOS Edition

Questions / Feedback?

assertionInfoSigned (property)

Specifies whether the assertion is signed.

Syntax

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

Default Value

FALSE

Remarks

Specifies whether the assertion is signed.

Use this property to establish whether the assertion is signed.

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