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

KeyVaultProperties Class

Definition

Properties of key vault.

public class KeyVaultProperties
type KeyVaultProperties = class
Public Class KeyVaultProperties
Inheritance
KeyVaultProperties

Constructors

KeyVaultProperties()

Initializes a new instance of the KeyVaultProperties class.

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

Initializes a new instance of the KeyVaultProperties class.

Properties

CurrentVersionedKeyIdentifier

Gets the object identifier of the current versioned Key Vault Key in use.

KeyName

Gets or sets the name of KeyVault key.

KeyVaultUri

Gets or sets the Uri of KeyVault.

KeyVersion

Gets or sets the version of KeyVault key.

LastKeyRotationTimestamp

Gets timestamp of last rotation of the Key Vault Key.

Applies to