SecureBlackbox 2020 iOS Edition

Questions / Feedback?

assertionInfoID (property)

Represents the ID of the assertion.

Syntax

@property (nonatomic,readwrite,assign,getter=assertionInfoID,setter=setAssertionInfoID:) NSString* assertionInfoID;
- (NSString*)assertionInfoID;
- (void)setAssertionInfoID:(NSString*)newAssertionInfoID;
public var assertionInfoID: String {
  get {...}
set {...} }

Default Value

""

Remarks

Represents the ID of the assertion.

Use this property to read or set the unique ID of the assertion.

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