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.12.0
Syntax
C#
public bool RequiresPassword()
Request Example View Source

Field Value

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