KeyVaultKey Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET