| Member Name | Description |
|---|---|
| FirstNotSigned | Signature check result: this is returned by PackageManager.CheckSignatures(int, System.Int32) if the first package is not signed but the second is. |
| Match | Signature check result: this is returned by PackageManager.CheckSignatures(int, System.Int32) if all signatures on the two packages match. |
| NeitherSigned | Signature check result: this is returned by PackageManager.CheckSignatures(int, System.Int32) if neither of the two packages is signed. |
| NoMatch | Signature check result: this is returned by PackageManager.CheckSignatures(int, System.Int32) if not all signatures on both packages match. |
| SecondNotSigned | Signature check result: this is returned by PackageManager.CheckSignatures(int, System.Int32) if the second package is not signed but the first is. |
| UnknownPackage | Signature check result: this is returned by PackageManager.CheckSignatures(int, System.Int32) if either of the packages are not valid. |