DomainCredentialPassword Property

Gets the password for the account.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.1.0+446b05628b4ec6933ca1b84b1f778ac43fb60ce9
C#
public string Password { get; }

Property Value

String
The password.

Remarks

  Security Note

Passwords in answer files are not encrypted. They are plain text at worst, and base64 encoded at best. Do not store answer files with sensitive passwords in public locations.

See Also