BinaryFromText
The BinaryFromText component converts ASCII-encoded data in an HTTP request (or other text transport protocol such as SMTP) to the binary form required by the DecryptPKCS or VerifyDigitalSig components. The BinaryFromText component restores binary data that was originally encoded to ASCII by the BinaryToText component.
- Source Text Field. Specifies the name of the field on the Transport Dictionary whose ASCII text value is to be converted to binary form.
- Destination Binary Field. Specifies the name of the field on the Transport Dictionary to which the binary data will be written.
© 1997-2000 Microsoft Corporation. All rights reserved.