EncryptionConfiguration Class
Definition
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.
Definition of CMK for the factory.
public class EncryptionConfiguration
type EncryptionConfiguration = class
Public Class EncryptionConfiguration
- Inheritance
-
EncryptionConfiguration
Constructors
EncryptionConfiguration() |
Initializes a new instance of the EncryptionConfiguration class. |
EncryptionConfiguration(String, String, String, CMKIdentityDefinition) |
Initializes a new instance of the EncryptionConfiguration class. |
Properties
Identity |
Gets or sets user assigned identity to use to authenticate to customer's key vault. If not provided Managed Service Identity will be used. |
KeyName |
Gets or sets the name of the key in Azure Key Vault to use as Customer Managed Key. |
KeyVersion |
Gets or sets the version of the key used for CMK. If not provided, latest version will be used. |
VaultBaseUrl |
Gets or sets the url of the Azure Key Vault used for CMK. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET