WriteCredential

Z Wiki
Verze z 2. 2. 2021, 15:50, kterou vytvořil BakerD (diskuse | příspěvky) (Založena nová stránka s textem „== Output parameters ==“)
Přejít na: navigace, hledání
Jiné jazyky:
English • ‎čeština

Description

Alias: WC

Writes the credentials to the credential manager.

Writes the value in the Data parameter together with the UserName in the credentials manager under TargetName.

Input parameters

TargetName

Type String

Name of the credentials.

UserName

Type String

Username.

Data

Type String

Credentials data.......

Enabled

Type Number

Enables or disables the command. If the value is 0, the command will not execute.

PreWait

Type Number

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

PostWait

Type Number

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

Output parameters