Share via


EnvelopeEncryption.CustomKeyAcquisitionUrlTemplate Property

Definition

Gets or sets template for the URL of the custom service delivering keys to end user players. Not required when using Azure Media Services for issuing keys. The template supports replaceable tokens that the service will update at runtime with the value specific to the request. The currently supported token values are {AlternativeMediaId}, which is replaced with the value of StreamingLocatorId.AlternativeMediaId, and {ContentKeyId}, which is replaced with the value of identifier of the key being requested.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to