Enum CertCompareResultType
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.PackageManager.dll
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. |