Security Note
The passwords for the local accounts are stored using base64 encoding in the answer file;
they are not encrypted. Do not store answer files with sensitive passwords in public
locations.
public Collection<LocalCredential> LocalAccounts { get; set; }
Public Property LocalAccounts As Collection(Of LocalCredential)
Get
Set
public:
property Collection<LocalCredential^>^ LocalAccounts {
Collection<LocalCredential^>^ get ();
void set (Collection<LocalCredential^>^ value);
}
member LocalAccounts : Collection<LocalCredential> with get, set