다음을 통해 공유


SimpleNonPersistentLicense(ILicenseChallenge) Constructor

Definition

Caution

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

Initializes a new instance of the SimpleNonPersistentLicense class.

[System.Obsolete("This class will be removed from future versions of the PlayReady Server SDK. Use 'MediaLicense' instead.")]
public SimpleNonPersistentLicense (Microsoft.Media.Drm.ILicenseChallenge data);
[<System.Obsolete("This class will be removed from future versions of the PlayReady Server SDK. Use 'MediaLicense' instead.")>]
new Microsoft.Media.Drm.SimpleNonPersistentLicense : Microsoft.Media.Drm.ILicenseChallenge -> Microsoft.Media.Drm.SimpleNonPersistentLicense
Public Sub New (data As ILicenseChallenge)

Parameters

Attributes

Remarks

The constructor automatically sets BindingKey to ClientCertificate and the LicenseNonce property to LicenseNonce.

Applies to