EndpointUpdateParameters.UrlSigningKeys Property

Definition

Gets or sets list of keys used to validate the signed URL hashes.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.urlSigningKeys")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.UrlSigningKey> UrlSigningKeys { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.urlSigningKeys")>]
member this.UrlSigningKeys : System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.UrlSigningKey> with get, set
Public Property UrlSigningKeys As IList(Of UrlSigningKey)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to