ContentKeyType 枚举

定义

定义内容键的类型。

public enum ContentKeyType
type ContentKeyType = 
Public Enum ContentKeyType
继承
ContentKeyType

字段

AES128Bit 1

已过时。 请改用 AES128BitCTR

AES128BitCBC 5

内容密钥类型为 AES CBC 128 位。

AES128BitCTR 1

内容密钥类型为 AES CTR 128 位。

Cocktail 4

内容密钥类型为旧版 56 位 Windows Media DRM。

KeyExchange 6

内容密钥类型为密钥交换。 请参阅 ContentEncryptionKey

NotEncrypted 0

内容密钥未加密。

ParentLicense 3

用于根许可证的内容密钥类型。

Unspecified 65535

内容键类型未指定。 这将处理版本 4.3 或更高版本标头未指定 ALGID 的情况。

适用于