|
|
You can use .Net classes to create a custom Simple Object Access Protocol (SOAP) encryption application to protect sensitive information sent from a client to a Web service (see "Encrypting SOAP Messages in .Net," XML & Web Services Magazine, October/November 2002). The application relies on public and private keys for the encryption and decryption of SOAP messages.
|