¿Qué significa el código HRESULT 0xC00D7163 (MF_E_PEAUTH_UNTRUSTED)?

 
Anterior Siguiente
MF_E_KERNEL_UNTRUSTED MF_E_NON_PE_PROCESS

MF_E_PEAUTH_UNTRUSTED

PEAuth no pudo establecer confianza

MF_E_PEAUTH_UNTRUSTED la autenticación criptográfica del Protected Environment terminó sin validar el entorno como trusted.

  • Registra la fase exacta de challenge/response que devuelve el fallo.
  • Conserva identidad/versiones de los componentes de trust implicados y cualquier revocation result previo.
  • Distingue untrusted genérico de public-key revoked, service not started o session ordering.

Corrige la causa de trust indicada por el primer resultado específico; repetir la handshake sin cambios suele producir lo mismo.

Microsoft: PE cryptographic handshake · Microsoft: protected environment access · Wine: mferror.h


¿Buscas un código diferente? Buscar otro código de estado o error.