SecureBlackbox 2020 iOS Edition

Questions / Feedback?

pinnedAssertionInfoAssertionType (property)

Specifies the type of the assertion.

Syntax

@property (nonatomic,readonly,assign,getter=pinnedAssertionInfoAssertionType) int pinnedAssertionInfoAssertionType;
- (int)pinnedAssertionInfoAssertionType;

/* Possible Values */
CSAT_ASSERTION_IDREF(0),
CSAT_ASSERTION_URIREF(1),
CSAT_ASSERTION(2),
CSAT_ENCRYPTED_ASSERTION(3)
public var pinnedAssertionInfoAssertionType: SamlreaderPinnedAssertionInfoAssertionTypes {
  get {...}
}
public enum SamlreaderPinnedAssertionInfoAssertionTypes : Int32 { case csatAssertionIDRef = 0 case csatAssertionURIRef = 1 case csatAssertion = 2 case csatEncryptedAssertion = 3 }

Default Value

0

Remarks

Specifies the type of the assertion.

Use this property to check or set the type of the assertion.

This property is read-only.

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