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.
UiPath logo, featuring letters U and I in white

Actividades del flujo de trabajo

Última actualización 9 de mar. de 2026

Obtener credencial segura

UiPath.Credentials.Activities.GetSecureCredential

Recupera las credenciales de un destino especificado desde el Administrador de credenciales de Windows como una cadena segura (contraseña) y una cadena (nombre de usuario). Además, se devuelve un valor booleano para informarle si el proceso se realizó correctamente o no.

Nota:

El paquete de actividades Credenciales ahora es compatible con .NET 5 Windows.

Propiedades

Común
  • DisplayName - The display name of the activity. This field supports only String variables.
Entrada
  • CredentialType - The credential type of the credentials that you want to retrieve from the Windows Credential Manager. If the type does not coincide with that of the credentials you are trying to retrieve, an error is thrown.
  • PersistanceType - The persistence type of the credentials that you want to retrieve from the Windows Credential Manager. If the persistence type does not coincide with that of the credentials you are trying to retrieve, an error is thrown.
  • Target - The website address or network location for which to retrieve the credentials stored in the Windows Credential Manager. This field supports string variables. The target is not case sensitive.
    Nota:

    Todas las cadenas deben colocarse entre comillas.

Otros
  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
Salida
  • Password - The password retrieved for the specified target, as a secureString variable.
  • Result - A boolean variable that indicates whether the credentials of the given target were successfully retrieved from the Windows Credential Manager.
  • Username - The username retrieved for the specified target, as a string variable.
  • Propiedades

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado