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.
Assembly: System.Windows (in System.Windows.dll)
| 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. |
Show: