KeyVaultKey Class

Definition

KeyVaultKey is the resource consisting of a value and its Properties.

public class KeyVaultKey
type KeyVaultKey = class
Public Class KeyVaultKey
Inheritance
KeyVaultKey
Derived

Constructors

KeyVaultKey(String)

Initializes a new instance of the KeyVaultKey class.

Properties

Id

Gets the key identifier.

Key

Gets the cryptographic key, the key type, and the operations you can perform using the key.

KeyOperations

Gets the operations you can perform using the key.

KeyType

Gets the KeyType for this JsonWebKey.

Name

Gets the name of the key.

Properties

Gets additional properties of the KeyVaultKey.

Applies to