RevocationAndRenewalReasons
RevocationAndRenewalReasons
RevocationAndRenewalReasons
RevocationAndRenewalReasons
Enum
Definition
Defines reasons for the revocation and renewal of a certificate for a media component.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class RevocationAndRenewalReasonspublic enum RevocationAndRenewalReasonsPublic Enum RevocationAndRenewalReasons// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| AppComponent AppComponent AppComponent AppComponent | App component. |
| BootDriverVerificationFailed BootDriverVerificationFailed BootDriverVerificationFailed BootDriverVerificationFailed | A boot driver could not be verified. |
| ComponentCertificateRevoked ComponentCertificateRevoked ComponentCertificateRevoked ComponentCertificateRevoked | A certificate in a trusted component's certificate chain was revoked. |
| ComponentHighSecurityCertificateRevoked ComponentHighSecurityCertificateRevoked ComponentHighSecurityCertificateRevoked ComponentHighSecurityCertificateRevoked | The high-security certificate for authenticating the protected environment (PE) was revoked. The high-security certificate is typically used by ITAs that handle high-definition content and next-generation formats such as HD-DVD. |
| ComponentLowSecurityCertificateRevoked ComponentLowSecurityCertificateRevoked ComponentLowSecurityCertificateRevoked ComponentLowSecurityCertificateRevoked | The low-security certificate for authenticating the PE was revoked. The low-security certificate is typically used by ITAs that handle standard-definition content and current-generation formats. |
| ComponentRevoked ComponentRevoked ComponentRevoked ComponentRevoked | A trusted component was revoked. |
| ComponentSignedWithTestCertificate ComponentSignedWithTestCertificate ComponentSignedWithTestCertificate ComponentSignedWithTestCertificate | A component was signed by a test certificate. |
| EncryptionFailure EncryptionFailure EncryptionFailure EncryptionFailure | A certificate chain was not well-formed, or a boot driver is unsigned or is signed with an untrusted certificate. |
| GlobalRevocationListAbsent GlobalRevocationListAbsent GlobalRevocationListAbsent GlobalRevocationListAbsent | The GRL was not found. |
| GlobalRevocationListLoadFailed GlobalRevocationListLoadFailed GlobalRevocationListLoadFailed GlobalRevocationListLoadFailed | Could not load the global revocation list (GRL). |
| InvalidComponentCertificateExtendedKeyUse InvalidComponentCertificateExtendedKeyUse InvalidComponentCertificateExtendedKeyUse InvalidComponentCertificateExtendedKeyUse | A certificate's extended key usage (EKU) object is invalid. |
| InvalidComponentCertificateRoot InvalidComponentCertificateRoot InvalidComponentCertificateRoot InvalidComponentCertificateRoot | The root certificate is not valid. |
| InvalidGlobalRevocationListSignature InvalidGlobalRevocationListSignature InvalidGlobalRevocationListSignature InvalidGlobalRevocationListSignature | The GRL signature is invalid. |
| KernelModeComponentLoad KernelModeComponentLoad KernelModeComponentLoad KernelModeComponentLoad | Kernel-mode component. |
| UserModeComponentLoad UserModeComponentLoad UserModeComponentLoad UserModeComponentLoad | User-mode component. |