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

DatabaseKey Class

Definition

Database level key used for encryption at rest.

public class DatabaseKey
type DatabaseKey = class
Public Class DatabaseKey
Inheritance
DatabaseKey

Constructors

DatabaseKey()

Initializes a new instance of the DatabaseKey class.

DatabaseKey(String, String, Nullable<DateTime>, String)

Initializes a new instance of the DatabaseKey class.

Properties

CreationDate

Gets the database key creation date.

Subregion

Gets subregion of the server key.

Thumbprint

Gets thumbprint of the database key.

Type

Gets the database key type. Only supported value is 'AzureKeyVault'. Possible values include: 'AzureKeyVault'

Applies to