Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OracleConnectionStringBuilder::PersistSecurityInfo Property

 

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.

Namespace:   System.Data.OracleClient
Assembly:  System.Data.OracleClient (in System.Data.OracleClient.dll)

public:
property bool PersistSecurityInfo {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

The value of the PersistSecurityInfo property, or false if none has been supplied.

This property corresponds to the "Persist Security Info" and "persistsecurityinfo" keys within the connection string.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft