Android.Content.PM.SignatureResult Enumeration
Enumerates values returned by several types.

Syntax

public enum SignatureResult

Remarks

Enumerates value returned by the following: .

Members

Member NameDescription
FirstNotSignedSignature check result: this is returned by PackageManager.CheckSignatures(int, System.Int32) if the first package is not signed but the second is.
MatchSignature check result: this is returned by PackageManager.CheckSignatures(int, System.Int32) if all signatures on the two packages match.
NeitherSignedSignature check result: this is returned by PackageManager.CheckSignatures(int, System.Int32) if neither of the two packages is signed.
NoMatchSignature check result: this is returned by PackageManager.CheckSignatures(int, System.Int32) if not all signatures on both packages match.
SecondNotSignedSignature check result: this is returned by PackageManager.CheckSignatures(int, System.Int32) if the second package is not signed but the first is.
UnknownPackageSignature check result: this is returned by PackageManager.CheckSignatures(int, System.Int32) if either of the packages are not valid.

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0