SecureBlackbox 2020 iOS Edition

Questions / Feedback?

assertionInfoEncryptedContent (property)

Represents the encrypted assertion content.

Syntax

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

Default Value

""

Remarks

Represents the encrypted assertion content.

Use this property to get or set the encrypted assertion content.

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