次の方法で共有


RootLicenseContentKey コンストラクター

定義

オーバーロード

RootLicenseContentKey(Byte[], Guid)

RootLicenseContentKey クラスの新しいインスタンスを初期化します。 キーは呼び出し元によって指定されます。

RootLicenseContentKey(Guid, Byte[])

RootLicenseContentKey クラスの新しいインスタンスを初期化します。 キーは、キー シードを使用して SDK によって自動生成されます。

RootLicenseContentKey(Byte[], Guid)

RootLicenseContentKey クラスの新しいインスタンスを初期化します。 キーは呼び出し元によって指定されます。

public RootLicenseContentKey (byte[] keyBytes, Guid keyId);
new Microsoft.Media.Drm.RootLicenseContentKey : byte[] * Guid -> Microsoft.Media.Drm.RootLicenseContentKey
Public Sub New (keyBytes As Byte(), keyId As Guid)

パラメーター

keyBytes
Byte[]

コンテンツ キー自体。

keyId
Guid

このコンテンツ キーのキー識別子。

例外

が null の場合 keyBytes にスローされます。

が の場合に keyId スローされます Empty

適用対象

RootLicenseContentKey(Guid, Byte[])

RootLicenseContentKey クラスの新しいインスタンスを初期化します。 キーは、キー シードを使用して SDK によって自動生成されます。

public RootLicenseContentKey (Guid keyId, byte[] keySeed);
new Microsoft.Media.Drm.RootLicenseContentKey : Guid * byte[] -> Microsoft.Media.Drm.RootLicenseContentKey
Public Sub New (keyId As Guid, keySeed As Byte())

パラメーター

keyId
Guid

このコンテンツ キーのキー識別子。

keySeed
Byte[]

コンテンツ キーの生成に使用されるキー シード値。

例外

が の場合に keyId スローされます Empty

が null の場合 keySeed にスローされます。

適用対象