KeyExchangeLicense 类

定义

表示用于密钥交换的 PlayReady 许可证。

public class KeyExchangeLicense : Microsoft.Media.Drm.AdvancedLicense
type KeyExchangeLicense = class
    inherit AdvancedLicense
Public Class KeyExchangeLicense
Inherits AdvancedLicense
继承
KeyExchangeLicense

构造函数

KeyExchangeLicense()

表示用于密钥交换的 PlayReady 许可证。

属性

BeginDate

获取或设置之前许可证无效的日期和时间。

(继承自 AdvancedLicense)
BindingKey

获取或设置 IBindingKey 许可证的 。

(继承自 License)
ContentEncryptionKey

获取或设置 ContentKey 用于解密与此许可证关联的内容的 。

(继承自 License)
ExpirationDate

获取或设置许可证失效的日期和时间。

(继承自 AdvancedLicense)
LeafContentKeyType

获取或设置 ContentKeyType 将用于绑定到此许可证的内容密钥的任何叶许可证。

(继承自 License)
LicenseId

获取许可证的全局唯一标识符。

(继承自 License)
MinimumSecurityLevel

获取或设置应用程序播放与此许可证关联的受保护内容所需的最低安全级别。 服务应指定最低安全级别,以将内容播放限制为更安全的设备和客户端。

(继承自 License)
RealTimeExpiration

获取或设置是否对许可证强制实施实时过期。

(继承自 AdvancedLicense)
Rights

获取 对象的只读列表, Right 该列表指示允许客户端拥有哪些权限。

(继承自 License)
SecureStop2AESKey

获取或设置 SecureStop2AESKey

(继承自 AdvancedLicense)
SecureStopPublisherId

获取或设置安全停止发布者标识符。

(继承自 AdvancedLicense)
Type

获取或设置 LicenseType 许可证的 。

(继承自 AdvancedLicense)

方法

AddRight(Right)

Right将 添加到许可证。

(继承自 AdvancedLicense)

适用于