X509CertificateProperties.ValidityInMonths Property

Definition

Gets or sets the duration that the ceritifcate is valid in months.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to