AuthnRequestConditionCount Property
The number of records in the AuthnRequestCondition arrays.
Object Oriented Interface
public function getAuthnRequestConditionCount();
Procedural Interface
secureblackbox_samlreader_get($res, 41 );
Default Value
0
Remarks
This property controls the size of the following arrays:
- AuthnRequestConditionAudienceList
- AuthnRequestConditionConditionType
- AuthnRequestConditionProxyRestrictionCount
- AuthnRequestConditionsNotBefore
- AuthnRequestConditionsNotOnOrAfter
The array indices start at 0 and end at AuthnRequestConditionCount - 1.
This property is read-only and not available at design time.
Data Type
Integer