<PackageReference Include="Microsoft.Data.SqlClient" Version="7.1.0-preview1.26124.5" />

Microsoft.Data.SqlClient.AlwaysEncrypted.ColumnMasterKeyMetadata

Represents metadata about the column master key, to be signed or verified by an enclave.
namespace Microsoft.Data.SqlClient.AlwaysEncrypted { internal readonly ref struct ColumnMasterKeyMetadata : IDisposable { public ColumnMasterKeyMetadata(RSA rsa, string masterKeyPath, string providerName, bool allowEnclaveComputations); public byte[] Sign(); public bool Verify(byte[] signature); public void Dispose(); } }