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.
SqlConnectionStringBuilder::PersistSecurityInfo Property
.NET Framework (current version)
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.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::BooleanThe 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
Available since 2.0
Show: