TrustStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the level of trustworthiness that is assigned to the signature for a manifest.
public enum class TrustStatus
public enum TrustStatus
type TrustStatus =
Public Enum TrustStatus
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Untrusted | 0 | The signature was created by an explicitly distrusted publisher. |
UnknownIdentity | 1 | The identity is not known and the signature is invalid. Because there is no verified signature, an identity cannot be determined. |
KnownIdentity | 2 | The identity is known and the signature is valid. A valid Authenticode signature provides an identity. |
Trusted | 3 | The signature is valid and was created by an explicitly trusted publisher. |