次の方法で共有


EncryptionKeyInformation クラス

定義

特定 PlayReadyHeaderの 内のコンテンツ キーに関する情報を表します。

public class EncryptionKeyInformation : Microsoft.Media.Drm.IEncryptionKeyInfo
type EncryptionKeyInformation = class
    interface IEncryptionKeyInfo
Public Class EncryptionKeyInformation
Implements IEncryptionKeyInfo
継承
EncryptionKeyInformation
実装

注釈

または を EncryptionKeyInformationContentKeyPlayReadyHeader 使用してコンテンツ キー情報を取得または設定できますが EncryptionKeyInformation 、コンテンツ キー データが使用できない場合に使用されます。

コンストラクター

EncryptionKeyInformation(Guid, ContentKeyType)

EncryptionKeyInformation クラスの新しいインスタンスを初期化します。

プロパティ

EncryptionType

コンテンツ キーの を ContentKeyType 取得します。

KeyId

コンテンツ キーのキー識別子を取得します。

KeyIdAsString

コンテンツ キーのキー識別子の文字列表現を取得します。

適用対象