LicenseType Enum
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.
Defines the type of a PlayReady license being issued.
public enum LicenseType
type LicenseType =
Public Enum LicenseType
- Inheritance
-
LicenseType
Fields
Name | Value | Description |
---|---|---|
Persistent | 0 | The license being issued can be persisted on the client. |
NonPersistent | 1 | The license being issued is non-persistent (in memory only). |