次の方法で共有


X509CertificateProperties.ValidityInMonths プロパティ

定義

ceritifcate が有効な期間を月単位で取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象