Class PackageCertificate

Definition

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

This class provides information about the package certification.

C#
Copy
public class PackageCertificate
Inheritance
System.Object
PackageCertificate

Properties

View Source

Intermediate

Intermediate certificate.

Declaration
C#
Copy
public string Intermediate { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

Root

Root certificate.

Declaration
C#
Copy
public string Root { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

Signer

Signer certificate.

Declaration
C#
Copy
public string Signer { get; }
Property Value
Type Description
System.String
API Level: 3