SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

PinnedAssertionStatementAuthzDecision Property

Specifies the authorization decision.

Syntax

__property TsbxSAMLReaderPinnedAssertionStatementAuthzDecisions PinnedAssertionStatementAuthzDecision[int PinnedAssertionStatementIndex] = { read=FPinnedAssertionStatementAuthzDecision };
enum TsbxSAMLReaderPinnedAssertionStatementAuthzDecisions { csadnPermit=0, csadnDeny=1, csadnIndeterminate=2 };

Default Value

csadnPermit

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 PinnedAssertionStatementIndex parameter specifies the index of the item in the array. The size of the array is controlled by the PinnedAssertionStatementCount property.

This property is read-only and not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Builder Edition - Version 20.0 [Build 8154]