SecureXML Version 2.1.136.37
New Features
• Byte
array based signature creation and verification methods
have been added
• Additional base64 encoding/decoding methods have been added
• The runtime performance of SecureXML is now four times (for
most complex XML inputs) faster than previous versions.
Following object methods have been added:
• SignXMLByteArray
• SaveXMLByteArray
• ReadAllByteArray
• VerifyXMLByteArray
• SecureXMLVerifyByteArray
• SignXMLXpathByteArray
• SignXMLEnvelopedByteArray
• Base64DecodeByteArrayToFile
• Base64DecodeByteArrayToByteArray
• Base64EncodeByteArrayToByteArray
• Base64EncodeByteArrayToFile
• Base64EncodeStrToFile
• Base64EncodeStrToStr
Following object properties have been added:
• SignedDocumentCount
• LogLevel
Bug Fixes
• A problem related to UTF-16 encoded XML processing has been
fixed.
• A problem related to multi-threaded server side operation has
been fixed.
Other Changes
• CaptureOnce object property has been removed.
• SecureXML now deletes all temporary files that it creates
during its object existence when the object is released/destructed.
This may impact you application if you relied on the temp files
returned by SecureXML after a VerifyXMLStr or Verify methods. You
must make copies of those files if you need access to them after
SecureXML object has been destroyed.
|