xml.Signature.setCanonicalization

Sets the canonicalization method to use for the signature.

Syntax

setCanonicalization(
   url STRING )
  1. url is one of the four canonicalization identifier.

Usage

The default value is the c14nmethod.

Note: Windows™ .NET default c14n canonicalization method is not compatible with the W3C standard, therefore it is recommended to use the exc-c14n method when inter-operating with a Windows system.

In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).