Microsoft.Data.SqlClient.SqlClientEncryptionAlgorithmFactory
Abstract base class for all TCE encryption algorithm factory classes. Factory classes create instances of an encryption algorithm
with a given key. At runtime when we determine a particular column is marked for TCE, based on the encryption algorithm we invoke
the corresponding factory class and retrieve an object to an encryption algorithm.
protected SqlClientEncryptionAlgorithmFactory()