TrustStatus Enumeration
.NET Framework 4.5
Identifies the level of trustworthiness that is assigned to the signature for a manifest.
Assembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| KnownIdentity | The identity is known and the signature is valid. A valid Authenticode signature provides an identity. | |
| Trusted | The signature is valid and was created by an explicitly trusted publisher. | |
| UnknownIdentity | The identity is not known and the signature is invalid. Because there is no verified signature, an identity cannot be determined. | |
| Untrusted | The signature was created by an explicitly distrusted publisher. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.