activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.
UiPath logo, featuring letters U and I in white

Atividades do fluxo de trabalho

Última atualização 9 de mar de 2026

Adicionar Credencial

UiPath.Credentials.Activities.AddCredential

Armazena uma credencial especificada no Windows Credential Manager com um tipo de persistência personalizado e retorna um valor booleano para informar se o processo foi bem-sucedido ou não.

Observação:

O Credentials Activity Pack agora é compatível com .NET 5 Windows.

Propriedades

Comum
  • 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.
    Observação:

    Todas as strings têm que ser colocadas entre aspas.

Diversos
  • Privado - Se selecionado, os valores de variáveis e argumentos não são mais registrados no nível Verbose.
Saída
  • Result - A Boolean variable that indicates whether the given credentials were successfully stored in the Windows Credential Manager.
  • Propriedades

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades