KeyVaultProperties Class

Definition

Properties of the 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)

Initializes a new instance of the KeyVaultProperties class.

Properties

KeyName

Gets or sets the name of the key vault key.

KeyVaultUri

Gets or sets the Uri of the key vault.

KeyVersion

Gets or sets the version of the key vault key.

UserIdentity

Gets or sets the user assigned identity (ARM resource id) that has access to the key.

Applies to