次の方法で共有


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コンテンツ キーの 。

適用対象