Share via


KeyVaultProperties Class

Definition

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, Nullable<Boolean>, Nullable<DateTime>)

Initializes a new instance of the KeyVaultProperties class.

Properties

Identity

Gets or sets the client id of the identity which will be used to access key vault.

KeyIdentifier

Gets or sets key vault uri to access the encryption key.

KeyRotationEnabled

Gets auto key rotation status for a CMK enabled registry.

LastKeyRotationTimestamp

Gets timestamp of the last successful key rotation.

VersionedKeyIdentifier

Gets the fully qualified key identifier that includes the version of the key that is actually used for encryption.

Applies to