KeyVaultProperties Class

Definition

Settings concerning key vault encryption for a configuration store.

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)

Initializes a new instance of the KeyVaultProperties class.

Properties

KeyName

Gets or sets the name of key used to encrypt data.

KeyvaultUri

Gets or sets the URI of the key vault key used to encrypt data.

KeyVersion

Gets or sets the key version of the key used to encrypt data.

Applies to