EnvelopeEncryption Class

Definition

Class for EnvelopeEncryption encryption scheme

public class EnvelopeEncryption
type EnvelopeEncryption = class
Public Class EnvelopeEncryption
Inheritance
EnvelopeEncryption

Constructors

EnvelopeEncryption()

Initializes a new instance of the EnvelopeEncryption class.

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

Initializes a new instance of the EnvelopeEncryption class.

Properties

ClearTracks

Gets or sets representing which tracks should not be encrypted

ContentKeys

Gets or sets representing default content key for each encryption scheme and separate content keys for specific tracks

CustomKeyAcquisitionUrlTemplate

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.

EnabledProtocols

Gets or sets representing supported protocols

Methods

Validate()

Validate the object.

Applies to