Discuss this help topic in SecureBlackbox Forum

TElXMLSigner class

Properties     Methods     Events     Declared in     Licensing     


TElXMLSigner is a descendant of TElXMLSigProcessor.

Description

    TElXMLSigner provides a simple interface to digitally sign XML data according to XML-Signature Syntax and Processing specification.

     To sign the data, you need to specify the data to be signed using References property, select signature type and signature method type (signature or MAC). Depending on signature method type, set either SignatureMethod or MACMethod. Specify the KeyData to use for signing and finally call GenerateSignature to sign the data.

    For asynchronous signing, call GenerateSignatureAsync, which generates a signature. Use InitiateAsyncSign method to initiate signing and save the generated XML-DSIG into the document, but without the signature value. Finally, call CompleteAsyncSign to complete the process.

Properties

Inherited from TElXMLSigProcessor

Methods

Events

Declared in

.NET:
  • Namespace: SBXMLSig
  • Assembly: SecureBlackbox.XMLSecurity
VCL:
  • Unit: SBXMLSig
Java:
  • Package: SecureBlackbox.XMLSecurity.jar
C++:
  • sbxmlsig.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

SecureBlackbox Professional

Discuss this help topic in SecureBlackbox Forum