你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EncryptionService Class

Definition

A service that allows server-side encryption to be used.

public class EncryptionService
type EncryptionService = class
Public Class EncryptionService
Inheritance
EncryptionService

Constructors

EncryptionService()

Initializes a new instance of the EncryptionService class.

EncryptionService(Nullable<Boolean>, Nullable<DateTime>, String)

Initializes a new instance of the EncryptionService class.

Properties

Enabled

Gets or sets a boolean indicating whether or not the service encrypts the data as it is stored.

KeyType

Gets or sets encryption key type to be used for the encryption service. 'Account' key type implies that an account-scoped encryption key will be used. 'Service' key type implies that a default service key is used. Possible values include: 'Service', 'Account'

LastEnabledTime

Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only returned when encryption is enabled. There might be some unencrypted blobs which were written after this time, as it is just a rough estimate.

Applies to