EnvelopeEncryption コンストラクター

定義

オーバーロード

EnvelopeEncryption()

EnvelopeEncryption クラスの新しいインスタンスを初期化します。

EnvelopeEncryption(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, String)

EnvelopeEncryption クラスの新しいインスタンスを初期化します。

EnvelopeEncryption()

EnvelopeEncryption クラスの新しいインスタンスを初期化します。

public EnvelopeEncryption ();
Public Sub New ()

適用対象

EnvelopeEncryption(EnabledProtocols, IList<TrackSelection>, StreamingPolicyContentKeys, String)

EnvelopeEncryption クラスの新しいインスタンスを初期化します。

public EnvelopeEncryption (Microsoft.Azure.Management.Media.Models.EnabledProtocols enabledProtocols = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TrackSelection> clearTracks = default, Microsoft.Azure.Management.Media.Models.StreamingPolicyContentKeys contentKeys = default, string customKeyAcquisitionUrlTemplate = default);
new Microsoft.Azure.Management.Media.Models.EnvelopeEncryption : Microsoft.Azure.Management.Media.Models.EnabledProtocols * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TrackSelection> * Microsoft.Azure.Management.Media.Models.StreamingPolicyContentKeys * string -> Microsoft.Azure.Management.Media.Models.EnvelopeEncryption
Public Sub New (Optional enabledProtocols As EnabledProtocols = Nothing, Optional clearTracks As IList(Of TrackSelection) = Nothing, Optional contentKeys As StreamingPolicyContentKeys = Nothing, Optional customKeyAcquisitionUrlTemplate As String = Nothing)

パラメーター

enabledProtocols
EnabledProtocols

サポートされているプロトコルを表す

clearTracks
IList<TrackSelection>

暗号化しないトラックを表す

contentKeys
StreamingPolicyContentKeys

暗号化スキームごとに既定のコンテンツ キーを表し、特定のトラックに対して個別のコンテンツ キーを表す

customKeyAcquisitionUrlTemplate
String

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

適用対象