Class PackageCertificate
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.PackageManager.dll
This class provides information about the package certification.
public class PackageCertificate
- Inheritance
-
objectPackageCertificate
Properties
View SourceIntermediate
Intermediate certificate.
Declaration
public string Intermediate { get; }
Property Value
Type | Description |
---|---|
string |
Root
Root certificate.
Declaration
public string Root { get; }
Property Value
Type | Description |
---|---|
string |
Signer
Signer certificate.
Declaration
public string Signer { get; }
Property Value
Type | Description |
---|---|
string |