<PackageReference Include="Microsoft.Data.SqlClient" Version="7.1.0" />
API Differences between 7.1.0 and 7.1.0-preview2.26190.5
20 Additions
0 Removals
Microsoft.Data.SqlClient
-
public enum RegisteredApplication
-
public abstract class SqlColumnEncryptionKeyStoreProvider
- public virtual Task<byte[]> DecryptColumnEncryptionKeyAsync(string masterKeyPath, string encryptionAlgorithm, byte[] encryptedColumnEncryptionKey, CancellationToken cancellationToken = default)
- public virtual Task<byte[]> EncryptColumnEncryptionKeyAsync(string masterKeyPath, string encryptionAlgorithm, byte[] columnEncryptionKey, CancellationToken cancellationToken = default)
- public virtual Task<byte[]> SignColumnMasterKeyMetadataAsync(string masterKeyPath, bool allowEnclaveComputations, CancellationToken cancellationToken = default)
- public virtual Task<bool> VerifyColumnMasterKeyMetadataAsync(string masterKeyPath, bool allowEnclaveComputations, byte[] signature, CancellationToken cancellationToken = default)
-
public sealed class SqlConnection : DbConnection, ICloneable