TrustStatus Enum

Definition

Identifies the level of trustworthiness that is assigned to the signature for a manifest.

C#
public enum TrustStatus
Inheritance
TrustStatus

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.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1