SqlCeConnectionStringBuilder.PersistSecurityInfo Property

Gets or sets a value that indicates whether the security-sensitive information, such as the password is not returned as part of the connection.

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

Syntax

'Declaration
Public Property PersistSecurityInfo As Boolean
    Get
    Set
'Usage
Dim instance As SqlCeConnectionStringBuilder
Dim value As Boolean

value = instance.PersistSecurityInfo

instance.PersistSecurityInfo = value
public bool PersistSecurityInfo { get; set; }
public:
property bool PersistSecurityInfo {
    bool get ();
    void set (bool value);
}
member PersistSecurityInfo : bool with get, set
function get PersistSecurityInfo () : boolean
function set PersistSecurityInfo (value : boolean)

Property Value

Type: System.Boolean
true if the security-sensitive information is returned as part of the connection; otherwise, false. The default value is false.

See Also

Reference

SqlCeConnectionStringBuilder Class

System.Data.SqlServerCe Namespace