IP*Works! Encrypt V9 - Online Help
IP*Works! Encrypt V9
Questions / Feedback?

CanonicalizationMethod Property

The canonicalization method applied to the signature.

Syntax

__property TipcXMLSigCanonicalizationMethods CanonicalizationMethod = {read=FCanonicalizationMethod, write=FSetCanonicalizationMethod};



enum TipcXMLSigCanonicalizationMethods { cmC14N=0, cmC14NComments=1, cmC14N11=2, cmC14N11Comments=3, cmExcC14N=4, cmExcC14NComments=5 };

Default Value

0

Remarks

This property specifies the canonicalization method that is applied to the signature. This may be set before calling Sign. This will be set automatically after calling VerifySignature. Possible values are:

0 (cmC14N - default) Canonical XML version 1.0
1 (cmC14NComments) Canonical XML version 1.0 with comments
2 (cmC14N11) Canonical XML version 1.1
3 (cmC14N11) Canonical XML version 1.1 with comments
4 (cmExcC14N) Exclusive XML canonicalization version 1.0
5 (cmExcC14NComments) Exclusive XML canonicalization version 1.0 with comments

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0