skip to main content
Using the ADO.NET Client : Specifying Connection Options : Persist Security Info
 

Persist Security Info

Property

PersistSecurityInfo

Description

Specifies whether to display secure information in clear text in the ConnectionString property of the OpenAccessConnection object.

Valid Values

True | False
If set to True, the value of the Password connection string option is displayed in clear text.
If set to False, the data provider does not display secure information in clear text.

Default

False