Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

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

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  System.Core (in System.Core.dll)

Public Enumeration TrustStatus

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft