Microsoft.Data.SqlClient.AlwaysEncrypted.AeadAes256CbcHmac256Factory
This is a factory class for the AEAD_AES_256_CBC_HMAC_SHA256 encryption algorithm.
namespace Microsoft.Data.SqlClient.AlwaysEncrypted
{
internal sealed class AeadAes256CbcHmac256Factory : EncryptionAlgorithmFactory
{
public static AeadAes256CbcHmac256Factory Instance { get; }
}
}