KeyRotationPolicy 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.
Management policy for a key in Key Vault.
public class KeyRotationPolicy
type KeyRotationPolicy = class
Public Class KeyRotationPolicy
- Inheritance
-
KeyRotationPolicy
Constructors
KeyRotationPolicy() |
Properties
CreatedOn |
Gets a DateTimeOffset indicating when the KeyRotationPolicy was created. |
ExpiresIn |
Gets or sets the ISO 8601 duration when a new KeyVaultKey version created from this policy will expire. It should be at least 28 days. |
Id |
Gets the identifier of the KeyRotationPolicy. |
LifetimeActions |
Gets the actions that will be performed by Key Vault over the lifetime of a key. |
UpdatedOn |
Gets a DateTimeOffset indicating when the KeyRotationPolicy was last updated. |
Applies to
Azure SDK for .NET