Share via


License Class

Definition

Represents a PlayReady license. This class is abstract.

public abstract class License
type License = class
Public MustInherit Class License
Inheritance
License
Derived

Constructors

License()

Initializes a new instance of the License class.

Properties

BindingKey

Gets or sets the IBindingKey of the license.

ContentEncryptionKey

Gets or sets the ContentKey used to decrypt the content associated with this license.

LeafContentKeyType

Gets or sets ContentKeyType that will be used for any leaf license that is bound to this license's content key.

LicenseId

Gets the license's globally unique identifer.

MinimumSecurityLevel

Gets or sets the minimum security level required of an application to play protected content associated with this license. The service should specify a minimum security level to restrict playback of the content to more secure devices and clients.

Rights

Gets a read-only list of Right objects indicating what rights the client is allowed.

Applies to