Security Note
The password of the account used to join the domain is stored in plain text in the answer
file. Do not store answer files with sensitive passwords in public locations.
public DomainOptions(
string domain,
DomainCredential credential
)
Public Sub New (
domain As String,
credential As DomainCredential
)
public:
DomainOptions(
String^ domain,
DomainCredential^ credential
)
new :
domain : string *
credential : DomainCredential -> DomainOptions
ArgumentNullException | domain or credential is . |