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