6.9.3.2 Password

This property returns the encrypted password of the user.

Declaration

// C#
SecureString Password { get; }

Property Value

The encrypted password of the user.

OracleCredential does not support double quotes around a SecureString password. Double quotes can be used within a password, however.