|
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. |
|
|
Inherited from TElXMLSigProcessor: |
|
|
|
|
|
|
|
|
.NET:
|
|
|
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 |

