I have a password stored in SecureString and need to add this to XML as an attribute. I use Linq to XML and wonder if there's some prefered way to do that -i.e. do I really have to convert SecureString to String? I know how to write the basic code that does just that, but it seems to me like a solution too naive to be THE right one. Any ideas?
No comments:
Post a Comment