PasswordAuthentication

This property sets the connection PASSWORD_AUTH parameter value.

Declaration

// C#
public OraclePasswordAuth PasswordAuthentication { get; set; }

Property Type

An OraclePasswordAuth enumeration

Remarks

The possible parameter values are OciToken, AzureToken, and PasswordVerifier. The default value is PasswordVerifier, which indicates the typical database username and password can be used for authentication. AzureToken is only available with ODP.NET Core and managed ODP.NET.