EncryptionConfiguration Class

Definition

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