AutoLogonOptions(DomainUser, String) Constructor
Initializes a new instance of the
AutoLogonOptions class with the specified
account and password.
Namespace: Ookii.AnswerFileAssembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 1.1.0+80a53790d09cddd16db3be20b673cb91280c7d9e
public AutoLogonOptions(
DomainUser userAccount,
string password
)
Public Sub New (
userAccount As DomainUser,
password As String
)
public:
AutoLogonOptions(
DomainUser^ userAccount,
String^ password
)
new :
userAccount : DomainUser *
password : string -> AutoLogonOptions
Parameters
- userAccount DomainUser
- The domain or local account used to log on automatically.
- password String
- The password of the account used to log on automatically.