1 |
6.714429 |
RevocationAndRenewalReasons::BootDriverVerificationFailed |
Int32 |
1048576 |
0x00100000 |
1048576 |
|
|
System.Int32 |
BootDriverVerificationFailed = 0x100000,
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\winrt\windows.media.protection.idl(223,0) |
|
2 |
1.978258 |
RevocationAndRenewalReasons |
Enum |
|
|
|
|
|
|
enum RevocationAndRenewalReasons
{
UserModeComponentLoad = 0x1,
KernelModeComponentLoad = 0x2,
AppComponent = 0x4,
GlobalRevocationListLoadFailed = 0x10,
InvalidGlobalRevocationListSignature = 0x20,
GlobalRevocationListAbsent = 0x1000,
ComponentRevoked = 0x2000,
InvalidComponentCertificateExtendedKeyUse = 0x4000,
ComponentCertificateRevoked = 0x8000,
InvalidComponentCertificateRoot = 0x10000,
ComponentHighSecurityCertificateRevoked = 0x20000,
ComponentLowSecurityCertificateRevoked = 0x40000,
BootDriverVerificationFailed = 0x100000,
ComponentSignedWithTestCertificate = 0x1000000,
EncryptionFailure = 0x10000000
};
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\winrt\windows.media.protection.idl(209,0) |
|