SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SubjectConfirmationMethod Property

Specifies the mechanism to be used to confirm the subject.

Object Oriented Interface

public function getSubjectConfirmationMethod($subjectconfirmationindex);
public function setSubjectConfirmationMethod($subjectconfirmationindex, $value);

Procedural Interface

secureblackbox_samlwriter_get($res, 164 , $subjectconfirmationindex);
secureblackbox_samlwriter_set($res, 164, $value , $subjectconfirmationindex);

Default Value

''

Remarks

Specifies the mechanism to be used to confirm the subject.

This property contains a URI reference that identifies the mechanism to be used to confirm the subject.

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

This property is not available at design time.

Data Type

String

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