| Anterior | Siguiente |
| DNS_ERROR_KSP_DOES_NOT_SUPPORT_PROTECTION | DNS_ERROR_UNEXPECTED_CNG_ERROR |
DNS_ERROR_UNEXPECTED_DATA_PROTECTION_ERROR
Qué significa DNS_ERROR_UNEXPECTED_DATA_PROTECTION_ERROR
Windows DNS no puede proteger/desproteger el material según la mechanism esperada, por lo que signing queda no operativo. Es distinto de que el KSP carezca formalmente de la capability.
Capture el error de data protection, identity/context del servicio y provider. Revise DPAPI/CNG/KSP state; no exporte keys a almacenamiento menos protegido como workaround.
Qué comprobar
- Registre error inferior de data protection.
- Compruebe service identity/context y KSP.
- No reduzca protección del key material para eludir el error.
Referencias técnicas
¿Buscas un código diferente? Buscar otro código de estado o error.