<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0-preview1.25257.1" />

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.