ContentKeyType Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Represents the content key type.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Enumeration ContentKeyType
public enum ContentKeyType

Members

Member name Description
Unprotected Content key type is unprotected.
Aes128Bit Content key type used for Root licenses (128-bit Advanced Encryption Standard [AES]). This value is deprecated. You should use Aes128Ctr instead.
Aes128Ctr Content key type used for Root licenses (128-bit Advanced Encryption Standard CTR mode [AES-CTR]).
Cocktail Content key type used for Cocktail in the PlayReady ecosystem.
Uninitialized Content key type is uninitialized.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

System.Windows.Media Namespace