Encryption 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.
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. |