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