6.8.3.3 ProxyPassword

This property returns the encrypted password of the proxy user.

Declaration

// C#
SecureString ProxyUserPassword { get; }

Property Value

The encrypted password of the proxy user.

Remarks

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