Description |
Signs an XML file with specified key. Signing an XML file provides a means of verification that the file has not been modified. Use the Verify XML action to verify a previously signed XML file. Signature can be added using Key Container or Public/Private Key file generated using Generate Public/Private Key Files action in Cryptography Plug-in. This action can be used to indicate if anyone has changed the original XML file. |
Declaration |
<AMXMLSIGN SIGNUSING="text [options]" KEYCONTAINERNAME="text" KEYCONTAINERLEVEL="text" KEYPAIRFILE="text" PASSWORD="text"/> |
Example |
<AMXMLSIGN SIGNUSING="KEYFILE" KEYPAIRFILE="c:\secret.pri"/> <AMXMLSIGN SIGNUSING="KEYFILE" KEYPAIRFILE="C:\Sing.pfx" PASSWORD="AM1JWpIQm4vanY=aME" /> |
General Tab Parameters |
Sign using: Tells the system how you want add the signature for the in-memory xml file. Text [options], Optional - Default "KeyContainer"
Key container name: Allows you to enter the name of the key container to identify which private or public key to use. You must select the key container by clicking Select Key Container. Text, Required Key container level: Specifies where the keys are stored in computer--either at the user or computer level.
Link: http://msdn2.microsoft.com/en-us/library/f5cs0acs.aspx Text [options], Optional - Default "User" Session name: Specifies the session name to run the XML file in subsequent XML steps. This allows several connections to be active simultaneously. Text, Optional - Default "XMLSession1" The following parameters are only available if you choose Key File for Sign using: Keypair file: Allows you to enter the path of the .pfx or .pri file on your system. Text, Required Password: Allows you to enter the password used to during creation of private key (Usually used for .pfx file). Text, Optional |
See Also |