The API for Tool "CreateDatabaseConnection_management" takes an aoptional argument called 'password' of data type 'Encrypted String'. What kind of encryption is that? is it same as byte[] returned by IPropertySet's getParmaeter("PASSWORD") call?
What I am trying to do is change Transaction Version of an existing SDE connection file using C#. One way I thought I could do is use IPropertySet interface to get all required parameters of an existing SDE connection file and then create new one with just different version argument.
But I am having problem with Password.