Share via


KeyCredential.Usage Property

Definition

Gets or sets usage. Acceptable values are 'Verify' and 'Sign'.

[Newtonsoft.Json.JsonProperty(PropertyName="usage")]
public string Usage { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="usage")>]
member this.Usage : string with get, set
Public Property Usage As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to