EnvelopeEncryption コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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} です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET