ReissueCertificateOrderRequest.DelayExistingRevokeInHours Property

Definition

Gets or sets delay in hours to revoke existing certificate after the new certificate is issued.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.delayExistingRevokeInHours")]
public int? DelayExistingRevokeInHours { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.delayExistingRevokeInHours")>]
member this.DelayExistingRevokeInHours : Nullable<int> with get, set
Public Property DelayExistingRevokeInHours As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to