ConnectionStringManager EncryptionErrors Property CleanCode C# Libraries v1.2.03 API
Gets the collection of encryption errors (if any) from loading or storing a set of connections.

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

public BulletedStringCollection EncryptionErrors { get; private set; }

Field Value

The encryption errors.
See Also