Click or drag to resize
Task Scheduler Managed Class Library

TaskPrincipalRequiresPassword Method

Gets a value indicating whether current Principal settings require a password to be provided.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public bool RequiresPassword()
Request Example View Source

Field Value

Type: Boolean
true if settings requires a password to be provided; otherwise, false.
See Also