VerifyDigitalSig
The VerifyDigitalSig component, which usually appears in the Verify Digital Signature stage of a Commerce Interchange Receive pipeline, verifies the digital signature on the data stored in the working_data
field on the Transport Dictionary.
-
υVerify Signature and Message XML Format. Specifies that both the digital signature and the original message have been formatted using XML.
-
υVerify Signature and Message PKCS7 Standard. Specifies that both the digital signature and the original message have been formatted using the Public Key Crypto System (PKCS).
-
υVerify Signature Only PKCS7 Standard. Specifies that only the digital signature (and not the original message) has been formatted using the Public Key Crypto System (PKCS).
-
υMessage Field. Specifies the field in the Transport Dictionary from which the VerifyDigitalSig component reads the message data.
-
υSignature. (Used only if you have selected Verify Signature Only PKCS7 Standard.) Specifies the field in the Transport Dictionary from which the VerifyDigitalSig component reads the digital signature.
-
υVerified Message Field. Specifies the field in the Transport Dictionary to which the VerifyDigitalSig component writes the verified message.
-
υText Output. Specifies that the message is to be written into the field on the Transport Dictionary in text format.
-
υBinary Output. Specifies that the message is to be written into the field on the Transport Dictionary in binary format.
-
υWrite Certificate used to verify signature to field. Specifies the name of the field on the Transport Dictionary to which the component writes the name of the certificate used to verify the digital signature. If the verification fails, the field contains NULL.
Remarks
If the digital signature is verified, the stream of bytes stored in working_data
, minus the digital signature, is re-written to the working_data
name/value pair, overwriting the original data stored in that name/value pair.
Related Topic
© 1997-1998 Microsoft Corporation. All rights reserved.