OracleCredential Constructors
OracleCredential
constructors instantiate new instances of an OracleCredential
class.
Overload List:
-
OracleCredential(string, SecureString)
This constructor creates an
OracleCredential
object with the user id and the secured password. -
OracleCredential(string, SecureString, OracleDBAPrivilege)
This constructor creates an
OracleCredential
object with the user id, the secured password, and the DBA privilege request. -
OracleCredential(string, SecureString, string, SecureString)
This constructor creates an
OracleCredential
object with the user id and the secured password for the end user, as well as the user id and the secured password for the proxy user.