Microsoft.Data.SqlClient.AlwaysEncrypted.EncryptionAlgorithmFactoryList
Implements a global mapping from a SQL Server cryptographic algorithm's name to its implementation.
Get the available list of algorithms as a comma separated list with algorithm names
wrapped in single quotes.
public static void GetAlgorithm(SqlClientSymmetricKey key, byte type, string algorithmName, out SqlClientEncryptionAlgorithm encryptionAlgorithm)
Gets the implementation for a given algorithm and instantiates it using the provided root key and the encryption type.