Encryption Class

Definition

The encryption settings on the storage account.

public class Encryption
type Encryption = class
Public Class Encryption
Inheritance
Encryption

Constructors

Encryption()

Initializes a new instance of the Encryption class.

Encryption(KeySource, EncryptionServices, KeyVaultProperties)

Initializes a new instance of the Encryption class.

Properties

KeySource

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

KeyVaultProperties

Gets or sets properties provided by key vault.

Services

Gets or sets list of services which support encryption.

Methods

Validate()

Validate the object.

Applies to