你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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(String, EncryptionServices, Nullable<Boolean>, KeyVaultProperties, EncryptionIdentity) |
Initializes a new instance of the Encryption class. |
Properties
EncryptionIdentity |
Gets or sets the identity to be used with service-side encryption at rest. |
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. |
RequireInfrastructureEncryption |
Gets or sets a boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest. |
Services |
Gets or sets list of services which support encryption. |
Methods
Validate() |
Validate the object. |