Nevermind. I decided to go with encrypting the whole file instead of just a node value. That way I can read in the whole file and decrypt it, then load it into the XMLDocument.
Message from Franklin W Gray/USABB/[EMAIL PROTECTED]@DISCUSS.DEVELOP.COM received on 06/29/2006 11:51 AM 06/29/2006 11:51 AM Franklin W Gray/USABB/[EMAIL PROTECTED]@DISCUSS.DEVELOP.COM Please respond to "Discussion of advanced .NET topics." <[email protected]> Sent by "Discussion of advanced .NET topics." <[email protected]> To: [email protected] cc: Subject: [ADVANCED-DOTNET] XMLDocument object alternative? Note: Reposted under correct subject I am encrypting a password used to login to Oracle and putting it in an XML file. It is stored as a string of System.Text.UnicodeEncoding. Seems the xmldocument object can't load a file with this type of string. Is there anything else out there that I can use in place of the xmldocument object? I need to read node values and also be able to write out node values (aka...replace existing values). VB.net 2003. =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
