Table of Contents

Enum RevocationStatus

Namespace
Utils.Reflection.ProcessIsolation
Assembly
Utils.Reflection.dll

Revocation status of the signing certificate returned by VerifyAuthenticodeSignature(string, AuthenticodeRevocationPolicy).

public enum RevocationStatus
Extension Methods

Fields

NotChecked = 0

Revocation was not requested (None).

Offline = 3

The revocation service could not be reached; revocation status is unknown. The signature itself and the chain are considered valid when this status is reported.

Revoked = 2

The signing certificate or a CA in the chain has been explicitly revoked.

Valid = 1

The signing certificate is not revoked.