Class PackageCertificate

    Definition

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

    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
    View Source

    Root

    Root certificate.

    Declaration
    public string Root { get; }
    Property Value
    Type Description
    string
    View Source

    Signer

    Signer certificate.

    Declaration
    public string Signer { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX