SqlNetWalletOverride
This property specifies whether the client overrides the strong authentication credential with the stored wallet password credential for the database connection.
Declaration
// C#
public bool SqlNetWalletOverride { get; set; }Property Type
System.Boolean
Remarks
Default is false. By setting this value to true, ODP.NET uses the stored wallet password credential to connect.