SignatureStatus
Enum
Definition
Defines the valid status flags that a signature on a file may have.
public enum SignatureStatus
- Inheritance
-
SignatureStatus
Fields
| HashMismatch | The hash of the file does not match the hash stored along with the signature. |
| Incompatible | The signature cannot be verified because it is incompatible with the current system. |
| NotSigned | The file has no signature. |
| NotSupportedFileFormat | The specified file format is not supported by the system for signing operations. This usually means that the system does not know how to sign or verify the file type requested. |
| NotTrusted | The certificate was signed by a publisher not trusted on the system. |
| UnknownError | The file has an invalid signature. |
| Valid | The file has a valid signature. This means only that the signature is syntactically valid. It does not imply trust in any way. |