Select to view content in your preferred language

SDE connection file - get password

1353
0
03-05-2018 02:53 PM
HimanshuSharma2
New Contributor

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.

0 Kudos
0 Replies