Microsoft.Data.SqlClient.AlwaysEncrypted.EncryptionAlgorithmFactoryList
Implements a global mapping from a SQL Server cryptographic algorithm's name to its implementation.
namespace Microsoft.Data.SqlClient.AlwaysEncrypted
{
internal static class EncryptionAlgorithmFactoryList
{
public const string RegisteredCipherAlgorithmNames = "'AEAD_AES_256_CBC_HMAC_SHA256'";
public static void GetAlgorithm(SqlClientSymmetricKey key, byte type, string algorithmName, out SqlClientEncryptionAlgorithm encryptionAlgorithm);
}
}