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

Credential Property
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also