PersistSecurityInfo
This property specifies the value corresponding to the Persist Security Info attribute in the ConnectionString property.
Declaration
// C#
public bool PersistSecurityInfo{get; set;}
Property Value
A bool that represents the value of the supplied attribute.
Remarks
When an OracleConnectionStringBuilder instance is created, this property gets set to the default value of the corresponding connection string attribute.