EnvelopeEncryption.CustomKeyAcquisitionUrlTemplate プロパティ

定義

エンド ユーザー プレーヤーにキーを配信するカスタム サービスの URL のテンプレートを取得または設定します。 キーの発行に Azure Media Services を使用するときは必要ありません。 このテンプレートでは、置換できるトークンがサポートされ、実行時にサービスによって要求固有の値に更新されます。 現在サポートされているトークンの値は、StreamingLocatorId.AlternativeMediaId の値で置換される {AlternativeMediaId} と、要求対象のキーの ID 値で置換される {ContentKeyId} です。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象