KeyVaultProperties 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.
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>, Nullable<DateTime>) |
Initializes a new instance of the KeyVaultProperties class. |
Properties
CurrentVersionedKeyExpirationTimestamp |
Gets this is a read only property that represents the expiration time of the current version of the customer managed key used for encryption. |
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
Azure SDK for .NET