EldoS
Navigation
Web site
Support
Table Of Contents

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

  • CanonicalizationMethod
  • CryptoProviderManager
  • IncludeKey
  • KeyName
  • MACMethod
  • Manifest
  • References
  • SignatureMethod
  • SignatureMethodType
  • SignatureType
  • XAdESProcessor
Inherited from TElXMLSigProcessor:
  • KeyData
  • Signature
  • SignatureMethodParameters
 
 

Methods

  • CompleteAsyncSign
  • GenerateSignature
  • GenerateSignatureAsync
  • InitiateAsyncSign
  • Save
  • Sign
  • UpdateReferencesDigest
 
 

Events

  • OnFormatElement
  • OnFormatText
 
 

Declared in

.NET:

  • Namespace: SBXMLSig
  • Assembly: SecureBlackbox.XML
VCL:
  • Unit: SBXMLSig
ActiveX/DLL: Not implemented
 
 

Licensing

To use the component in development and distribution of your projects, you need to purchase one of the licenses:

.NET: XMLBlackbox OR SecureBlackbox Data Security OR SecureBlackbox Professional

VCL: XMLBlackbox OR SecureBlackbox Data Security OR SecureBlackbox Professional

ActiveX/DLL: Not available

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation