Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MFRR_COMPONENT_HASH_INFO structure (mfidl.h)
Contains information about a revoked component.
Syntax
typedef struct _MFRR_COMPONENT_HASH_INFO {
DWORD ulReason;
WCHAR rgHeaderHash[STR_HASH_LEN];
WCHAR rgPublicKeyHash[STR_HASH_LEN];
WCHAR wszName[MAX_PATH];
} MFRR_COMPONENT_HASH_INFO, *PMFRR_COMPONENT_HASH_INFO;
Members
ulReason
Specifies the reason for the revocation. The following values are defined.
| Value | Meaning |
|---|---|
|
A boot driver could not be verified. |
|
A certificate in a trusted component's certificate chain was revoked. |
|
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. |
|
A certificate's extended key usage (EKU) object is invalid. |
|
The root certificate is not valid. |
|
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. |
|
A trusted component was revoked. |
|
The GRL was not found. |
|
Could not load the global revocation list (GRL). |
|
The GRL signature is invalid. |
|
A certificate chain was not well-formed, or a boot driver is unsigned or is signed with an untrusted certificate. |
|
A component was signed by a test certificate. |
In addition, one of the following flags might be present, indicating the type of component that failed to load.
| Value | Meaning |
|---|---|
|
User-mode component. |
|
Kernel-mode component. |
rgHeaderHash[STR_HASH_LEN]
Contains a hash of the file header.
rgPublicKeyHash[STR_HASH_LEN]
Contains a hash of the public key in the component's certificate.
wszName[MAX_PATH]
File name of the revoked component.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | mfidl.h |
See also
Feedback
Was this page helpful?
