SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ReferenceCanonicalizationMethod Property

Use this property to specify the canonicalization method for the transform of the reference.

Object Oriented Interface

public function getReferenceCanonicalizationMethod($referenceindex);

Procedural Interface

secureblackbox_soapverifier_get($res, 85 , $referenceindex);

Default Value

0

Remarks

Use this property to specify the canonicalization method for the transform of the reference. Use cxcmNone value to not to include canonicalization transform in transform chain. See XML-Signature Syntax and Processing specification for details.

cxcmNone0
cxcmCanon1
cxcmCanonComment2
cxcmExclCanon3
cxcmExclCanonComment4
cxcmMinCanon5
cxcmCanon_v1_16
cxcmCanonComment_v1_17

The $referenceindex parameter specifies the index of the item in the array. The size of the array is controlled by the ReferenceCount 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 PHP Edition - Version 20.0 [Build 8154]