Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC0000444 (STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE)?

 
Anterior Siguiente
STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE STATUS_CS_ENCRYPTION_FILE_NOT_CSE

STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE

Qué significa STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE

STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE indica que se está creando un archivo destinado a estar EFS-protected y el servidor necesita la metadata asociada antes de que prosiga el flujo de datos normal.

Crear primero un archivo plaintext vacío y “añadir” raw encrypted content después puede producir un objeto incoherente. El cliente debe seguir el protocolo CSE desde la creación.

Qué comprobar

  • Conserve la secuencia create/CSE completa de ese file ID.
  • Proporcione la metadata EFS mediante la interfaz prevista antes del data transfer.
  • Verifique soporte CSE del server y filesystem destino.
  • No retrofit raw encrypted bytes sobre un objeto creado como archivo normal.

Referencias técnicas


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

Exit mobile version