X509CertificateProperties.Ekus Property

Definition

Gets or sets the enhanced key usage.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to