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
    public OracleCredential Credential {get; set;}

    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