Re: What is the best way to encrypt an object to a request partially
From: Softwaremaker (msdn_at_removethis.softwaremaker.net)
Date: 06/04/04
- Next message: Softwaremaker: "Re: What is the best way to encrypt an object to a request partially"
- Previous message: Softwaremaker: "Re: What is the best way to encrypt an object to a request partially"
- In reply to: Lucien: "Re: What is the best way to encrypt an object to a request partially"
- Next in thread: Softwaremaker: "Re: What is the best way to encrypt an object to a request partially"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Jun 2004 18:06:03 -0700
I know I can specify specific objects in my service to require encryption by specifying the ID XMLAttributes on the Class. From there, I can require clients to pass in secured and unsecured parameters in the <WebMethod>
BUT how can I set the Service Object to contain certain encrypted elements so that the client will just only need to set the ID on a property of an Object B that needs encryption and pass in that Object B into the parameter of the <WebMothod> ?
In this case, I spare the client from doing any form of manual XMLSerialization and they will just have to set the ID on the property of the Object, reference it in the EncryptedData and send it to WSE.
Any tips, advice is greatly appreciated.
Thank you.
- Next message: Softwaremaker: "Re: What is the best way to encrypt an object to a request partially"
- Previous message: Softwaremaker: "Re: What is the best way to encrypt an object to a request partially"
- In reply to: Lucien: "Re: What is the best way to encrypt an object to a request partially"
- Next in thread: Softwaremaker: "Re: What is the best way to encrypt an object to a request partially"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|