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 = 0Revocation was not requested (None).
Offline = 3The 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 = 2The signing certificate or a CA in the chain has been explicitly revoked.
Valid = 1The signing certificate is not revoked.