Security in Web Services
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How can i implement security in my web services other than using encryption decryption explicitly. Please keep in mind that this service is to be accessed from a mobile device. Any method(the most easiest one) will be accepted... Regards, Wasif Ehsan.
-
How can i implement security in my web services other than using encryption decryption explicitly. Please keep in mind that this service is to be accessed from a mobile device. Any method(the most easiest one) will be accepted... Regards, Wasif Ehsan.
Use WSE. The newest version out is 3.0. Here's a link to an article on MSDN magazine: http://msdn.microsoft.com/msdnmag/issues/05/11/SecurityBriefs/[^] And I know there are articles about it on CP.