Show / Hide Table of Contents

Class PrimeTimeDrm

PrimeTimeDrm

Inheritance
System.Object
BitmovinResponse
BitmovinResource
Drm
PrimeTimeDrm
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 PrimeTimeDrm : Drm

Properties

Key

16 byte Encryption key, 32 hexadecimal characters (required)

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

Kid

16 byte Key id, 32 hexadecimal characters (required)

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

Pssh

Base 64 Encoded (required)

Declaration
public string Pssh { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX