LifetimeAction Class

Definition

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