ConnectionStringManager SecureConnectionString Property CleanCode C# Libraries v1.2.03 API
Gets a secure copy of the connection string with the password, if any, encrypted.

Namespace: CleanCode.DatabaseControls
Assembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public string SecureConnectionString { get; set; }

Field Value

The secure connection string.
See Also