SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

CanonicalizationMethod Property

Specifies XML canonicalization method to use.

Syntax

__property TsbxSOAPQuickSignerCanonicalizationMethods CanonicalizationMethod = { read=FCanonicalizationMethod, write=FSetCanonicalizationMethod };
enum TsbxSOAPQuickSignerCanonicalizationMethods { cxcmNone=0, cxcmCanon=1, cxcmCanonComment=2, cxcmExclCanon=3, cxcmExclCanonComment=4, cxcmMinCanon=5, cxcmCanon_v1_1=6, cxcmCanonComment_v1_1=7 };

Default Value

cxcmCanon

Remarks

Use this property to specify the method for XML canonicalization of SignedInfo element. See XML-Signature Syntax and Processing specification for details.

Supported canonicalization methods:

cxcmNone0
cxcmCanon1
cxcmCanonComment2
cxcmExclCanon3
cxcmExclCanonComment4
cxcmMinCanon5
cxcmCanon_v1_16
cxcmCanonComment_v1_17

Data Type

Integer

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