dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnection Class / Credential Property

In This Topic
Credential Property
In This Topic
Gets or sets user credentials with a more securely stored password.
Syntax
'Declaration
 
Public Property Credential As OracleCredential
 

Property Value

An OracleCredential instance.
Remarks
Specifying the credentials to use via OracleCredential is supported only in the OCI mode. See Connecting to Oracle Using OracleCredential for more information.
See Also