次の方法で共有


X509CertificateProperties.Ekus プロパティ

定義

拡張キーの使用法を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="ekus")]
public System.Collections.Generic.IList<string> Ekus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ekus")>]
member this.Ekus : System.Collections.Generic.IList<string> with get, set
Public Property Ekus As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象