Compartir a través de


Enumeración SECURELOCKCODE (shdeprecated.h)

Desusado. La estructura BASEBROWSERDATA usa esta enumeración para indicar el estado del icono de bloqueo del explorador base.

Syntax

typedef enum SECURELOCKCODE {
  SECURELOCK_NOCHANGE = -1,
  SECURELOCK_SET_UNSECURE = 0,
  SECURELOCK_SET_MIXED,
  SECURELOCK_SET_SECUREUNKNOWNBIT,
  SECURELOCK_SET_SECURE40BIT,
  SECURELOCK_SET_SECURE56BIT,
  SECURELOCK_SET_FORTEZZA,
  SECURELOCK_SET_SECURE128BIT,
  SECURELOCK_FIRSTSUGGEST,
  SECURELOCK_SUGGEST_UNSECURE,
  SECURELOCK_SUGGEST_MIXED,
  SECURELOCK_SUGGEST_SECUREUNKNOWNBIT,
  SECURELOCK_SUGGEST_SECURE40BIT,
  SECURELOCK_SUGGEST_SECURE56BIT,
  SECURELOCK_SUGGEST_FORTEZZA,
  SECURELOCK_SUGGEST_SECURE128BIT
} ;

Constantes

 
SECURELOCK_NOCHANGE
Valor: -1
No hay ningún cambio en el estado de cifrado de seguridad.
SECURELOCK_SET_UNSECURE
Valor: 0
No hay ningún cifrado de seguridad presente.
SECURELOCK_SET_MIXED
Hay varios métodos de cifrado de seguridad presentes.
SECURELOCK_SET_SECUREUNKNOWNBIT
No se conoce el nivel de cifrado de seguridad.
SECURELOCK_SET_SECURE40BIT
Hay cifrado de seguridad de 40 bits presente.
SECURELOCK_SET_SECURE56BIT
Hay cifrado de seguridad de 56 bits presente.
SECURELOCK_SET_FORTEZZA
Existe el cifrado de seguridad de Fortezza.
SECURELOCK_SET_SECURE128BIT
Hay cifrado de seguridad de 128 bits presente.
SECURELOCK_FIRSTSUGGEST
Sugerir una configuración de cifrado de seguridad.
SECURELOCK_SUGGEST_UNSECURE
No se ha sugerido ningún cifrado de seguridad.
SECURELOCK_SUGGEST_MIXED
Se han sugerido métodos de cifrado de seguridad mixtos.
SECURELOCK_SUGGEST_SECUREUNKNOWNBIT
Se ha sugerido un método de cifrado de seguridad desconocido.
SECURELOCK_SUGGEST_SECURE40BIT
Se ha sugerido un cifrado de seguridad de 40 bits.
SECURELOCK_SUGGEST_SECURE56BIT
Se ha sugerido un cifrado de seguridad de 56 bits.
SECURELOCK_SUGGEST_FORTEZZA
Se ha sugerido un cifrado de seguridad fortezza.
SECURELOCK_SUGGEST_SECURE128BIT
Se ha sugerido un cifrado de seguridad de 128 bits.

Requisitos

Requisito Valor
Header shdeprecated.h