The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TrustStatus Enumeration
.NET Framework (current version)
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. |
.NET Framework
Available since 3.5
Available since 3.5
Show: