ContentKeyType Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Represents the content key type.

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

Syntax

'Declaration
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

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference