PasswordAuthentication
This property sets the connection PASSWORD_AUTH parameter value. The possible parameter values are OciToken and PasswordVerifier. The default value is PasswordVerifier, which indicates the typical database username and password can be used for authentication.
Declaration
// C#
public OraclePasswordAuth PasswordAuthentication { get; set; }Property Type
An OraclePasswordAuth enumeration
Remarks
The property value is part of the connection pool manager identification. Different property values result in different connection pools.