AutoLogonOptions(DomainCredential) Constructor
Initializes a new instance of the
AutoLogonOptions class with the specified
credential.
Namespace: Ookii.AnswerFileAssembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.1.0+446b05628b4ec6933ca1b84b1f778ac43fb60ce9
public AutoLogonOptions(
DomainCredential credential
)
Public Sub New (
credential As DomainCredential
)
public:
AutoLogonOptions(
DomainCredential^ credential
)
new :
credential : DomainCredential -> AutoLogonOptions
Parameters
- credential DomainCredential
- The domain or local credential used to log on automatically.