EncryptionKeyInformation 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示有关给定 PlayReadyHeader中的内容密钥的信息。
public class EncryptionKeyInformation : Microsoft.Media.Drm.IEncryptionKeyInfo
type EncryptionKeyInformation = class
interface IEncryptionKeyInfo
Public Class EncryptionKeyInformation
Implements IEncryptionKeyInfo
- 继承
-
EncryptionKeyInformation
- 实现
注解
EncryptionKeyInformation可以在 中使用 PlayReadyHeader 或 ContentKey 来获取或设置内容密钥信息,但在EncryptionKeyInformation内容密钥数据不可用时使用。
构造函数
EncryptionKeyInformation(Guid, ContentKeyType) |
初始化 EncryptionKeyInformation 类的新实例。 |
属性
EncryptionType |
ContentKeyType获取内容键的 。 |
KeyId |
获取内容密钥的密钥标识符。 |
KeyIdAsString |
获取内容密钥的密钥标识符的字符串表示形式。 |