Auto Logon Options(Domain Credential) Constructor
Initializes a new instance of the AutoLogonOptions class with the specified
credential.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public AutoLogonOptions(
DomainCredential credential
)VB
Public Sub New (
credential As DomainCredential
)C++
public:
AutoLogonOptions(
DomainCredential^ credential
)F#
new :
credential : DomainCredential -> AutoLogonOptionsParameters
- credential DomainCredential
- The domain or local credential used to log on automatically.
Exceptions
| ArgumentNullException | credential is . |