Hi,
I an using WSE 2.0 for an ASP.NET Web Application. We are sending
attachemnts using DIME.. I was wondering if it is possible to encrypt
a DIME Attachemnt??
Please, any help or pointers will be greatly appreciated.
Thanks,
Sumaira
Christoph Schittko [MVP] - 09 Nov 2004 19:25 GMT
There is nothing in WSE 2.0 to automatically encrypt an attachment.
However, you can very easily encrypt the attachment using the classes in
System.Security.Cryptography as outlined in the chapter "Encrypting and
Decrypting Data" in the MSDN Library [0].
You can simply add the encrypted bytes as an attachment just as I
describe in [1].
HTH,
Christoph Schittko
MVP XML
http://weblogs.asp.net/cschittko
[0]
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconencryptingdecr
yptingdata.asp?frame=true
> -----Original Message-----
> From: Sumaira Ahmad [mailto:sumaira.ahmad@gmail.com]
[quoted text clipped - 12 lines]
> Thanks,
> Sumaira
Christoph Schittko [MVP] - 09 Nov 2004 19:33 GMT
And the other reference
[1] http://weblogs.asp.net/cschittko/archive/2004/06/02/147237.aspx
HTH,
Christoph Schittko
MVP XML
http://weblogs.asp.net/cschittko
> -----Original Message-----
> From: Sumaira Ahmad [mailto:sumaira.ahmad@gmail.com]
[quoted text clipped - 12 lines]
> Thanks,
> Sumaira