AccountEncryption 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.
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) |