SecureBlackbox 2020 iOS Edition

Questions / Feedback?

artifactRemainingArtifact (property)

Returns the contents of the artifact.

Syntax

@property (nonatomic,readonly,assign,getter=artifactRemainingArtifact) NSData* artifactRemainingArtifact;
- (NSData*)artifactRemainingArtifact;
public var artifactRemainingArtifact: Data {
  get {...}
}

Remarks

Returns the contents of the artifact.

Check this property to access the encoded contents of the artifact. This property is updated internally from the parameters of the artifact.

This property is read-only.

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