Description |
Verifies that the signature of the specified XML file is still valid. If the XML file has been signed, this action will detect a modification to that XML file that invalidates the signature. |
Declaration |
<AMXMLVERIFY VERIFYUSING="text [options]" KEYCONTAINERNAME="text" KEYCONTAINERLEVEL="text [options]" /> |
Example |
<AMXMLVERIFY VERIFYUSING="KEYFILE" PUBKEYFILE="c:\sec.pub" /> <AMXMLVERIFY VERIFYUSING="KEYFILE" PUBKEYFILE="C:\Sing.pfx" PASSWORD="AM17o9+6JHieFc=aME" /> |
General Tab Parameters |
Verify using: Tells the system how you want verify the signature from 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. Specify the key container by clicking Select Key Container. Text, Required Key container level: Specifies where the keys are stored in computer:
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 two options are only available if you choose Key File option for Sign using. Public key 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 |