Show / Hide Table of Contents

    Class PackageCertificate

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.PackageManager.dll
    API Level:
    3

    This class provides information about the package certification.

    public class PackageCertificate
    Inheritance
    Object
    PackageCertificate

    Properties

    View Source

    Intermediate

    Intermediate certificate.

    Declaration
    public string Intermediate { get; }
    Property Value
    Type Description
    String
    API Level: 3
    View Source

    Root

    Root certificate.

    Declaration
    public string Root { get; }
    Property Value
    Type Description
    String
    API Level: 3
    View Source

    Signer

    Signer certificate.

    Declaration
    public string Signer { get; }
    Property Value
    Type Description
    String
    API Level: 3
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX