WriteCredential/en: Porovnání verzí
(Založena nová stránka s textem „'''Writes the credentials to the credential manager.'''“) |
|||
| Řádek 9: | Řádek 9: | ||
'''Writes the credentials to the credential manager.''' | '''Writes the credentials to the credential manager.''' | ||
| − | + | Writes the value in the [[#data-|Data]] parameter together with the username [[#username-|UserName]] in the credentials manager under [[#targetname-|TargetName]]. | |
== Vstupní parametry == | == Vstupní parametry == | ||
Verze z 2. 2. 2021, 15:46
Obsah
Description
Alias: WC
Writes the credentials to the credential manager.
Writes the value in the Data parameter together with the username UserName in the credentials manager under TargetName.
Vstupní parametry
TargetName
Typ String
Název pověření.
UserName
Typ String
Jméno uživatele.
Data
Typ String
Data pověření.
Enabled
Typ Number
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
PreWait
Typ Number
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
PostWait
Typ Number
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.