License Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |