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.
public string Password { get; }
Public ReadOnly Property Password As String
Get
public:
property String^ Password {
String^ get ();
}
member Password : string with get