Gets a secure copy of the connection string with the password, if any, encrypted.
Namespace: CleanCode.DatabaseControlsAssembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
public string SecureConnectionString { get; set; }
public string SecureConnectionString { get; set; }
Public Property SecureConnectionString As String
Get
Set
Public Property SecureConnectionString As String
Get
Set
public:
property String^ SecureConnectionString {
String^ get ();
void set (String^ value);
}
public:
property String^ SecureConnectionString {
String^ get ();
void set (String^ value);
}
Field Value
The secure connection string.