CertificatePolicy.LifetimeActions Property
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.
Gets the actions to be executed at specified times in the certificates lifetime. Currently, only a single LifetimeAction is allowed.
public System.Collections.Generic.IList<Azure.Security.KeyVault.Certificates.LifetimeAction> LifetimeActions { get; }
member this.LifetimeActions : System.Collections.Generic.IList<Azure.Security.KeyVault.Certificates.LifetimeAction>
Public ReadOnly Property LifetimeActions As IList(Of LifetimeAction)