Share via


ContentKeyType Enum

Definition

Defines types of content keys.

public enum ContentKeyType
type ContentKeyType = 
Public Enum ContentKeyType
Inheritance
ContentKeyType

Fields

AES128Bit 1

Obsolete. Use AES128BitCTR instead.

AES128BitCBC 5

Content key type is AES CBC 128-bit.

AES128BitCTR 1

Content key type is AES CTR 128-bit.

Cocktail 4

Content key type is Legacy 56-bit Windows Media DRM.

KeyExchange 6

Content key type is Key Exchange. Refer to ContentEncryptionKey.

NotEncrypted 0

The content key is not encrypted.

ParentLicense 3

Content key type used for root licenses.

Unspecified 65535

Content key type is unspecified. This handles the case where a version 4.3 or above header does not specify the ALGID.

Applies to