PersistSecurityInfo Property
Gets or sets a value indicating whether password is stored in connection string after connection is opened.
public bool PersistSecurityInfo {get; set;}
'Declaration
Public Property PersistSecurityInfo As Boolean
Property Value
If
true,
Devart.Data.Zoho.ZohoConnection.ConnectionString remains unaltered after opening connection; otherwise, password is removed. The default value is
false.