TUniConnection.SpecificParameters
Posted: Thu 06 Jul 2017 11:00
Hello,
Using UniDAC 7.0.2. Database system is PostgreSQL 9.6.3. Connection will be over an SSL (certificate files will be used).
One of my projects require me to use a single EXE file. I need to also save certificate files as a Resource in that same EXE. For customer security reasons, My application cannot create any temporary files on the file system at run-time.
What I need to do is save certificate files encrypted in EXE as a resource. Read and decrypt these certificate files in TMemoryStream or similar and use them without saving them on file system.
Is there any way to accomplish such a task with TUniConnection?
Thanks & regards,
Ertan
Using UniDAC 7.0.2. Database system is PostgreSQL 9.6.3. Connection will be over an SSL (certificate files will be used).
One of my projects require me to use a single EXE file. I need to also save certificate files as a Resource in that same EXE. For customer security reasons, My application cannot create any temporary files on the file system at run-time.
What I need to do is save certificate files encrypted in EXE as a resource. Read and decrypt these certificate files in TMemoryStream or similar and use them without saving them on file system.
Is there any way to accomplish such a task with TUniConnection?
Thanks & regards,
Ertan