EccTokenKey.Alg Property

Definition

Gets or sets elliptical curve algorithm to be used: ES256, ES384 or ES512. Possible values include: 'ES256', 'ES384', 'ES512'

[Newtonsoft.Json.JsonProperty(PropertyName="alg")]
public Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEccAlgo Alg { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="alg")>]
member this.Alg : Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEccAlgo with get, set
Public Property Alg As AccessPolicyEccAlgo

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to