|
|
|
|
|
- Properties specific to the xmlSignatureReference variables
xmlSignatureReference (Variable type) In french: xmlSignatureRéférence
The xmlSignatureReference type is used to add a reference section into the XML signature. You can define and change the characteristics of this type of variable using different WLanguage properties. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
ref is xmlSignatureReference
ref.URI = "#id"
ref.HashAlgorithm = HA_SHA_160
ref.Transformation[1] = atEnveloped
ref.Transformation[2] = atC14NExclusive
Properties Properties specific to the xmlSignatureReference variables The following properties can be used to define the characteristics of xmlSignatureReference variables: | | | Property name | Type used | Effect |
---|
HashAlgorithm | Integer constant | Method used for the hash of the reference: - HA_MD5_128: Standard MD5 cryptographic hash functions.
- HA_RIPEMD_160: Standard RIPEMD cryptographic hash functions.
- HA_SHA_160: Standard SHA cryptographic hash functions.
- HA_SHA_256: Standard SHA cryptographic hash functions.
- HA_SHA_384: Standard SHA cryptographic hash functions.
- HA_SHA_512: Standard SHA cryptographic hash functions.
In previous versions, this property corresponds to "AlgorithmHash" | Transformation | Array of Integer constants | List of transformations to apply to the data before passing the hash algorithm. The possible transformations are: - atNone: No transform.
- atC14N11Inclusive: C14N11 inclusive transform.
- atC14N11InclusiveWithComments: C14N11 inclusive transform with comments.
- atC14NExclusive: C14N exclusive transform.
- atC14NExclusiveWithComments: C14N exclusive transform with comments.
- atC14NInclusive: C14N inclusive transform.
- atC14NInclusiveWithComments: C14N inclusive transform with comments.
- atEnveloped: Enveloped transform.
| URI | Character string | Location to sign. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|