ICertificate.RevocationEffectiveAt Property

Definition

The timestamp when the revocation is effective.

[Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.Info(Create=true, Description="The timestamp when the revocation is effective.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="effectiveAt", Update=true)]
public DateTime? RevocationEffectiveAt { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.Info(Create=true, Description="The timestamp when the revocation is effective.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="effectiveAt", Update=true)>]
member this.RevocationEffectiveAt : Nullable<DateTime> with get, set
Public Property RevocationEffectiveAt As Nullable(Of DateTime)

Property Value

Attributes

Applies to