SecureBlackbox 2020 iOS Edition

Questions / Feedback?

assertionStatementAuthzDecision (property)

Specifies the authorization decision.

Syntax

- (int)assertionStatementAuthzDecision:(int)assertionStatementIndex;
- (void)setAssertionStatementAuthzDecision:(int)assertionStatementIndex:(int)newAssertionStatementAuthzDecision;

/* Possible Values */
CSADN_PERMIT(0),
CSADN_DENY(1),
CSADN_INDETERMINATE(2)
public func assertionStatementAuthzDecision(assertionStatementIndex: Int32) throws -> SamlwriterAssertionStatementAuthzDecisions
public func setAssertionStatementAuthzDecision(assertionStatementIndex: Int32, newAssertionStatementAuthzDecision: SamlwriterAssertionStatementAuthzDecisions) throws -> Void
public enum SamlwriterAssertionStatementAuthzDecisions : Int32 { case csadnPermit = 0 case csadnDeny = 1 case csadnIndeterminate = 2 }

Default Value

0

Remarks

Specifies the authorization decision.

Use this property to check or set the authorization decision. This can be one of Permit, Deny, or Indeterminate.

The AssertionStatementIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AssertionStatementCount property.

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