OracleConnectionStringBuilder.PersistSecurityInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a Boolean value that indicates if security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state.
public:
property bool PersistSecurityInfo { bool get(); void set(bool value); };
public bool PersistSecurityInfo { get; set; }
member this.PersistSecurityInfo : bool with get, set
Public Property PersistSecurityInfo As Boolean
Property Value
The value of the PersistSecurityInfo property, or false
if none has been supplied.
Remarks
This property corresponds to the "Persist Security Info" and "persistsecurityinfo" keys within the connection string.