Freigeben über


IEndpointUpdateParameters.UrlSigningKey Property

Definition

List of keys used to validate the signed URL hashes.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="List of keys used to validate the signed URL hashes.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IUrlSigningKey) }, Read=true, ReadOnly=false, Required=false, SerializedName="urlSigningKeys", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IUrlSigningKey> UrlSigningKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="List of keys used to validate the signed URL hashes.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IUrlSigningKey) }, Read=true, ReadOnly=false, Required=false, SerializedName="urlSigningKeys", Update=true)>]
member this.UrlSigningKey : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IUrlSigningKey> with get, set
Public Property UrlSigningKey As List(Of IUrlSigningKey)

Property Value

Attributes

Applies to