SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AssertionStatementStatementType Property

Specifies the assertion statement type.

Object Oriented Interface

public function getAssertionStatementStatementType($assertionstatementindex);
public function setAssertionStatementStatementType($assertionstatementindex, $value);

Procedural Interface

secureblackbox_samlwriter_get($res, 53 , $assertionstatementindex);
secureblackbox_samlwriter_set($res, 53, $value , $assertionstatementindex);

Default Value

0

Remarks

Specifies the assertion statement type.

This property specifies the assertion statement type. A statement can carry an authentication assertion, an attribute assertion, or an authorization decision assertion.

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

This property is not available at design time.

Data Type

Integer

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