TaskPrincipalRequiresPassword Method

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

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public bool RequiresPassword()

Field Value

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

See Also