Enum CertCompareResultType

Definition

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

Enumeration for the certificate compare result type.

C#
Copy
public enum CertCompareResultType
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.