ConnStrPwdEncrypt Property
Determines whether the password specified in the connection string is stored encrypted in memory.
'Declaration
Public Property ConnStrPwdEncrypt As Boolean
public bool ConnStrPwdEncrypt {get; set;}
Property Value
true, if the password specified in the connection string is stored encrypted in memory; otherwise,
false.