dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleCredential Class / Password Property

In This Topic
    Password Property (OracleCredential)
    In This Topic
    Gets the secure Oracle password.
    Syntax
    'Declaration
     
    Public ReadOnly Property Password As SecureString
    public SecureString Password {get;}

    Property Value

    The Oracle password to use in the connection.
    Remarks
    Use the OracleConnection.ChangePassword overload to change the password for the user.
    See Also