EncryptionKeyInformation(Guid, ContentKeyType) 构造函数

定义

初始化 EncryptionKeyInformation 类的新实例。

public EncryptionKeyInformation (Guid keyId, Microsoft.Media.Drm.ContentKeyType encryptionType);
new Microsoft.Media.Drm.EncryptionKeyInformation : Guid * Microsoft.Media.Drm.ContentKeyType -> Microsoft.Media.Drm.EncryptionKeyInformation
Public Sub New (keyId As Guid, encryptionType As ContentKeyType)

参数

keyId
Guid

内容密钥的密钥标识符。

encryptionType
ContentKeyType

ContentKeyType内容键的 。

适用于