Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
SqlColumnEncryptionAzureKeyVaultProvider |
Implementation of column master key store provider that allows client applications to access data when a column master key is stored in Microsoft Azure Key Vault. For more information on Always Encrypted, please refer to: https://aka.ms/AlwaysEncrypted. A Column Encryption Key encrypted with certificate store provider should be decryptable by this provider and vice versa. Envelope Format for the encrypted column encryption key : version + keyPathLength + ciphertextLength + keyPath + ciphertext + signature
|