UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Actividades de desarrollador

Última actualización 21 de may. de 2026

Texto hash

UiPath.Cryptography.Activities.KeyedHashText

Descripción

Aplica hash a una cadena con una clave utilizando un algoritmo y un formato de codificación especificados.

Compatibilidad de proyectos

Windows - Heredado | Windows | Multiplataforma

Windows, configuración multiplataforma

  • Algorithm - A drop-down menu which enables you to select the keyed hashing algorithm you want to use. The following options are available: HMACMD5 (Non-FIPS), HMACSHA1, HMACSHA256, HMACSHA384, HMACSHA512, SHA1, SHA256, SHA384, and SHA512.
  • Text - The text that you want to hash. This field supports only strings and String variables.
  • Key - The key that you want to use to hash the specified text. This field supports only strings and String variables.

Opciones avanzadas

Opciones
  • ContinuarEnCasoDeError: especifica si la automatización debe continuar incluso cuando la actividad arroja un error. Este campo solo admite valores booleans (True, False). El valor predeterminado es False. Por lo tanto, si el campo está vacío y se produce un error, se detiene la ejecución del proyecto. Si el valor es True, la ejecución del proyecto continúa independientemente de cualquier error.
    Nota:

    Si se incluye esta actividad en Intentar capturar y el valor de la propiedad ContinuarEnCasoDeError es True, no se detectará error cuando el proyecto se ejecute.

Salida
  • Hash - Reference to the hashed text stored in a String variable for use in other activities.

Windows - Configuración heredada

Panel de propiedades

Común
  • ContinuarEnCasoDeError: especifica si la automatización debe continuar incluso cuando la actividad arroja un error. Este campo solo admite valores booleans (True, False). El valor predeterminado es False. Por lo tanto, si el campo está vacío y se produce un error, se detiene la ejecución del proyecto. Si el valor es True, la ejecución del proyecto continúa independientemente de cualquier error.
    Nota:

    Si se incluye esta actividad en Intentar capturar y el valor de la propiedad ContinuarEnCasoDeError es True, no se detectará error cuando el proyecto se ejecute.

  • Nombre para mostrar: el nombre para mostrar de la actividad.
Entrada
  • Algorithm - A drop-down menu which enables you to select the keyed hashing algorithm you want to use. The following options are available: HMACMD5 (Non-FIPS), HMACRIPEMD160 (Non-FIPS), HMACSHA1, HMACSHA256, HMACSHA384, HMACSHA512, and MACTRipleDES.
  • Key - The key that you want to use to hash the specified input string. This field supports only strings and String variables.
  • Key Secure String - The secure string used to hash the input string.
  • Text - The string to be hashed by this activity.
Otros
  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
Salida
  • Result - Reference to the hashed input string to be used in other activities.

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado