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.

C#
Copy
public class PackageDrm
Inheritance
System.Object
PackageDrm

Properties

View Source

LicenseUrl

Returns the license URL.

Declaration
C#
Copy
public string LicenseUrl { get; }
Property Value
Type Description
System.String

Returns the license URL which is generated when GenerateLicenseRequest has been invoked.

API Level: 4
View Source

RequestData

Returns the request data.

Declaration
C#
Copy
public string RequestData { get; }
Property Value
Type Description
System.String

Returns the request data which is generated when GenerateLicenseRequest has been invoked.

API Level: 4
View Source

ResponseData

Returns the response data.

Declaration
C#
Copy
public string ResponseData { get; }
Property Value
Type Description
System.String

Returns the response data which is given when GenerateLicenseRequest has been invoked.

API Level: 4