Security Note
The password of this account is stored in plain text in the answer file. Do not store
answer files with sensitive passwords in public locations.
public DomainCredential? CmdKeyAccount { get; set; }Public Property CmdKeyAccount As DomainCredential
Get
Setpublic:
property DomainCredential^ CmdKeyAccount {
DomainCredential^ get ();
void set (DomainCredential^ value);
}member CmdKeyAccount : DomainCredential with get, setSetting this property to a value other than will add a first log-on command to the answer file that uses 'cmdkey.exe' to use the specified account for all network destinations. Using this is not very secure and should only be done in test environments.