Class PackageDrm
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.PackageManager.dll
This class provides the methods and properties for the DRM operation.
C#Copypublic class PackageDrm
- Inheritance
-
objectPackageDrm
Properties
Declaration
C#Copypublic string LicenseUrl { get; }
Property Value
| Type | Description |
|---|---|
| string | Returns the license URL which is generated when GenerateLicenseRequest has been invoked. |
Declaration
C#Copypublic string RequestData { get; }
Property Value
| Type | Description |
|---|---|
| string | Returns the request data which is generated when GenerateLicenseRequest has been invoked. |
Declaration
C#Copypublic string ResponseData { get; }
Property Value
| Type | Description |
|---|---|
| string | Returns the response data which is given when GenerateLicenseRequest has been invoked. |