Endpoint.UrlSigningKeys プロパティ

定義

署名付き URL ハッシュの検証に使用されるキーの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象