LifetimeAction 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.
An action to be executed at a prescribed time in a certificates lifecycle
public class LifetimeAction
type LifetimeAction = class
Public Class LifetimeAction
- Inheritance
-
LifetimeAction
Constructors
LifetimeAction(CertificatePolicyAction) |
Initializes a new instance of the LifetimeAction class. |
Properties
Action |
Gets the CertificatePolicyAction to be performed. |
DaysBeforeExpiry |
Gets or sets the action should be performed the specified number of days before the certificate will expire. |
LifetimePercentage |
Gets or sets the action should be performed when the certificate reaches the specified percentage of its lifetime. Valid values include 1-99. |
Applies to
Azure SDK for .NET