KeyMetadata 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.
Item in The keys
public class KeyMetadata
type KeyMetadata = class
Public Class KeyMetadata
- Inheritance
-
KeyMetadata
Constructors
| Name | Description |
|---|---|
| KeyMetadata() | |
Properties
| Name | Description |
|---|---|
| AllowedOperations |
Operations allowed using the key |
| CreatedTime |
Time when the key was created |
| IsEnabled |
A flag indicating whether the key is enabled |
| KeyType |
Type of the key |
| LastUpdatedTime |
Time when the key was last updated |
| Name |
Name of the key |
| ValidityEndTime |
Time when the key validity ends. |
| ValidityStartTime |
Time when the key validity starts. |
| Version |
Version of the key |