AnswerFileOptionsAutoLogon Property

Gets or sets options for logging on automatically.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.2.0+756b323e4a254fe5c3913a680ae57cc6848b892d
C#
public AutoLogonOptions? AutoLogon { get; set; }

Property Value

AutoLogonOptions
An instance of the AutoLogonOptions class, or to not An instance of the AutoLogonOptions class, or to not use automatic log-on. The default value is .

Remarks

  Security Note

The password of the account used to log on automatically is stored using base64 encoding in the answer file; it is not encrypted. Do not store answer files with sensitive passwords in public locations.

See Also