TrustStatus Enum

Definition

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
TrustStatus

Fields

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.

UnknownIdentity 1

The identity is not known and the signature is invalid. Because there is no verified signature, an identity cannot be determined.

Untrusted 0

The signature was created by an explicitly distrusted publisher.

Applies to