Share via


AccountEncryption Class

Definition

Encryption settings

public class AccountEncryption
type AccountEncryption = class
Public Class AccountEncryption
Inheritance
AccountEncryption

Constructors

AccountEncryption()

Initializes a new instance of the AccountEncryption class.

AccountEncryption(String, KeyVaultProperties, EncryptionIdentity)

Initializes a new instance of the AccountEncryption class.

Properties

Identity

Gets or sets identity used to authenticate to KeyVault. Applicable if keySource is 'Microsoft.KeyVault'.

KeySource

Gets or sets the encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault Possible values include: 'Microsoft.NetApp', 'Microsoft.KeyVault'

KeyVaultProperties

Gets or sets properties provided by KeVault. Applicable if keySource is 'Microsoft.KeyVault'.

Methods

Validate()

Validate the object.

Extension Methods

ConvertToPs(AccountEncryption)

Applies to