CommonEncryptionCbcs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class for CommonEncryptionCbcs encryption scheme.
public class CommonEncryptionCbcs : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.CommonEncryptionCbcs>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.CommonEncryptionCbcs>
type CommonEncryptionCbcs = class
interface IJsonModel<CommonEncryptionCbcs>
interface IPersistableModel<CommonEncryptionCbcs>
Public Class CommonEncryptionCbcs
Implements IJsonModel(Of CommonEncryptionCbcs), IPersistableModel(Of CommonEncryptionCbcs)
- Inheritance
-
System.ObjectCommonEncryptionCbcs
- Implements
-
System.ClientModel.Primitives.IJsonModel<CommonEncryptionCbcs> System.ClientModel.Primitives.IPersistableModel<CommonEncryptionCbcs> System.ClientModel.Primitives.IPersistableModel<T>
Constructors
| CommonEncryptionCbcs() |
Initializes a new instance of CommonEncryptionCbcs. |
Properties
| ClearKeyEncryptionCustomKeysAcquisitionUriTemplate |
Template for the URL of the custom service delivering content keys to end user players. Not required when using Azure Media Services for issuing licenses. The template supports replaceable tokens that the service will update at runtime with the value specific to the request. The currently supported token value is {AlternativeMediaId}, which is replaced with the value of StreamingLocatorId.AlternativeMediaId. |
| ClearTracks |
Representing which tracks should not be encrypted. |
| ContentKeys |
Representing default content key for each encryption scheme and separate content keys for specific tracks. |
| Drm |
Configuration of DRMs for current encryption scheme. |
| EnabledProtocols |
Representing supported protocols. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<CommonEncryptionCbcs>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<CommonEncryptionCbcs>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided System.Text.Json.Utf8JsonWriter. |
| IPersistableModel<CommonEncryptionCbcs>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.BinaryData into a model. |
| IPersistableModel<CommonEncryptionCbcs>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<CommonEncryptionCbcs>.Write(ModelReaderWriterOptions) |
Writes the model into a System.BinaryData. |