Share via


EncryptionKeyVaultProperties Class

Definition

An Encryption Key

public class EncryptionKeyVaultProperties
type EncryptionKeyVaultProperties = class
Public Class EncryptionKeyVaultProperties
Inheritance
EncryptionKeyVaultProperties

Constructors

EncryptionKeyVaultProperties()

Initializes a new instance of the EncryptionKeyVaultProperties class.

EncryptionKeyVaultProperties(String, String, String, String, String)

Initializes a new instance of the EncryptionKeyVaultProperties class.

Properties

KeyName

Gets or sets the name of the key.

KeyState

Gets the state of key provided. Possible values include: 'Connected', 'AccessDenied'

KeyVaultUrl

Gets or sets the URL of the vault.

KeyVersion

Gets or sets the version of the key.

VersionType

Gets property of the key if user provided or auto detected. Possible values include: 'Fixed', 'AutoDetected'

Applies to