AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A Common Media Application Format (CMAF) encryption configuration.

Inheritance Hierarchy

System.Object
  Amazon.MediaPackage.Model.CmafEncryption

Namespace: Amazon.MediaPackage.Model
Assembly: AWSSDK.MediaPackage.dll
Version: 3.x.y.z

Syntax

C#
public class CmafEncryption

The CmafEncryption type exposes the following members

Constructors

NameDescription
Public Method CmafEncryption()

Properties

NameTypeDescription
Public Property ConstantInitializationVector System.String

Gets and sets the property ConstantInitializationVector. An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).

Public Property EncryptionMethod Amazon.MediaPackage.CmafEncryptionMethod

Gets and sets the property EncryptionMethod.

Public Property KeyRotationIntervalSeconds System.Int32

Gets and sets the property KeyRotationIntervalSeconds. Time (in seconds) between each encryption key rotation.

Public Property SpekeKeyProvider Amazon.MediaPackage.Model.SpekeKeyProvider

Gets and sets the property SpekeKeyProvider.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5