Show / Hide Table of Contents

Class AesEncryptionDrm

AesEncryptionDrm

Inheritance
System.Object
BitmovinResponse
BitmovinResource
Drm
AesEncryptionDrm
Inherited Members
Drm.Outputs
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
BitmovinResponse.Id
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class AesEncryptionDrm : Drm

Properties

Iv

16 byte initialization vector

Declaration
public string Iv { get; set; }
Property Value
Type Description
System.String

Key

16 byte Encryption key, 32 hexadecimal characters (required)

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String

KeyFileUri

Path relative to the output for referencing in the manifest. If this value is not set the key file will be written automatically to the output folder.

Declaration
public string KeyFileUri { get; set; }
Property Value
Type Description
System.String

Method

Method

Declaration
public AesEncryptionMethod? Method { get; set; }
Property Value
Type Description
System.Nullable<AesEncryptionMethod>
Back to top Generated by DocFX