<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0-preview2.25289.6" />

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 { public ColumnMasterKeyMetadata(RSA rsa, string masterKeyPath, string providerName, bool allowEnclaveComputations); public byte[] Sign(); public bool Verify(byte[] signature); public void Dispose(); } }