Class PackageDrm

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.PackageManager.dll

    This class provides the methods and properties for the DRM operation.

    public class PackageDrm
    Inheritance
    object
    PackageDrm

    Properties

    View Source

    LicenseUrl

    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.

    View Source

    RequestData

    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.

    View Source

    ResponseData

    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX