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 4 de mar. de 2026

Agregar credenciales

UiPath.Credentials.Activities.AddCredential

Almacena una credencial especificada en el Administrador de credenciales de Windows con un tipo de persistencia personalizado y devuelve un valor booleano que te permite saber 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 type of credential to be added. The following options are available:
    • None - No credential type is applied. This may cause the credential to not be saved.
    • Generic - A generic credential that is not used by a particular authentication package.
    • DomainPassword - A password credential that is specific to Microsoft authentication packages (NTLM, Kerberos, Negotiate).
    • DomainCertificate - A certificate credential that is specific to Microsoft authentication packages (Kerberos, Negotiate, Schannel).
    • DomainVisiblePassword - A password credential specific to Microsoft authentication packages (Passport).
  • Password - The password to be used with the credentials. This field supports string variables.
  • PersistanceType - Defines the rules according to which the given credentials are stored. The following options are available:
    • Session - The credentials are stored in the Windows Credential Manager only for the life of the current logon session. They are not visible to other logon sessions of this same user. They do not exist after this user logs off and back on.
    • LocalComputer - The credentials persists for all subsequent logon sessions on this same computer. They are visible to other logon sessions of this same user on the same machine, but not to logon sessions for this user on other machines.
    • Enterprise - The credentials persists for all subsequent logon sessions on the same machine. They are visible to other logon sessions of this same user on the same machine and to logon sessions for this user on other computers.
  • Secure String Password - The secure string password to be used with the credentials.
  • Target - The Internet or network address that is to be used with the given credentials. This field supports string variables.
  • Username - The username to be used with the credentials. This field supports string variables.
    Nota:

    Todas las strings deben colocarse entre comillas.

Otros
  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
Salida
  • Result - A Boolean variable that indicates whether the given credentials were successfully stored in the Windows Credential Manager.
  • 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