Show / Hide Table of Contents

    Enum CertCompareResultType

    Definition

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

    Enumeration for the certificate compare result type.

    public enum CertCompareResultType

    Fields

    Name Description
    BothNoCert

    Certificates for both the packages do not exist.

    LhsNoCert

    First package does not have the certificate.

    Match

    Certificates are matched.

    Mismatch

    Certificates are not matched.

    RhsNoCert

    Second package does not have the certificate.

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