SecureBlackbox 2020 iOS Edition

Questions / Feedback?

artifactMessageHandle (property)

An accessor to the MessageHandle property of the artifact.

Syntax

@property (nonatomic,readwrite,assign,getter=artifactMessageHandle,setter=setArtifactMessageHandle:) NSData* artifactMessageHandle;
- (NSData*)artifactMessageHandle;
- (void)setArtifactMessageHandle:(NSData*)newArtifactMessageHandle;
public var artifactMessageHandle: Data {
  get {...}
set {...} }

Remarks

An accessor to the MessageHandle property of the artifact.

A message handle is a unique reference to a SAML message that can be produced by the artifact issuer upon request.

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