次の方法で共有


SimpleNonPersistentLicense クラス

定義

注意事項

This class will be removed from future versions of the PlayReady Server SDK. Use 'MediaLicense' instead.

互換性のために残されています。 単純な非永続的ライセンスを表します。 単純な非永続的ライセンスには PlayRight 、 が自動的に追加され、クライアント証明書にバインドされます。 単純な非永続的ライセンスに他の権限を追加することはできません。また、BindingKey を変更することはできません。

[System.Obsolete("This class will be removed from future versions of the PlayReady Server SDK. Use 'MediaLicense' instead.")]
public class SimpleNonPersistentLicense : Microsoft.Media.Drm.License
[<System.Obsolete("This class will be removed from future versions of the PlayReady Server SDK. Use 'MediaLicense' instead.")>]
type SimpleNonPersistentLicense = class
    inherit License
Public Class SimpleNonPersistentLicense
Inherits License
継承
SimpleNonPersistentLicense
属性

注釈

単純な非永続的ライセンスは、PlayReady 機能の限られたセットのみをサポートしていた古い Silverlight クライアント (Silverlight 3.0 以下) を対象としていました。 新しいクライアントでは引き続き動作しますが、代わりに クラスを MediaLicense 使用して非永続的なライセンスを生成することをお勧めします。

コンストラクター

SimpleNonPersistentLicense(ILicenseChallenge)
古い.

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

プロパティ

BindingKey
古い.

ライセンスの を IBindingKey 取得または設定します。

ContentEncryptionKey
古い.

このライセンスに関連付けられているコンテンツの ContentKey 暗号化を解除するために使用される を取得または設定します。

(継承元 License)
LeafContentKeyType
古い.

このライセンスのコンテンツ キーにバインドされているリーフ ライセンスに使用されるを取得または設定 ContentKeyType します。

LicenseId
古い.

ライセンスのグローバルに一意の識別子を取得します。

(継承元 License)
LicenseNonce
古い.

ライセンスから nonce 値を取得します。

MinimumSecurityLevel
古い.

このライセンスに関連付けられている保護されたコンテンツを再生するためにアプリケーションに必要な最小セキュリティ レベルを取得または設定します。 サービスでは、コンテンツの再生をより安全なデバイスとクライアントに制限するために、最小限のセキュリティ レベルを指定する必要があります。

(継承元 License)
Rights
古い.

クライアントが許可する権限を示すオブジェクトの Right 読み取り専用リストを取得します。

(継承元 License)

適用対象