Click or drag to resize
Task Scheduler Managed Class Library

TaskPrincipalValidateAccountForSidType Method

Validates the supplied account against the supplied TaskProcessTokenSidType.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public static bool ValidateAccountForSidType(
	string acct,
	TaskProcessTokenSidType sidType
)
Request Example View Source

Parameters

acct
Type: SystemString
The user or group account name.
sidType
Type: Microsoft.Win32.TaskSchedulerTaskProcessTokenSidType
The SID type for the process.

Return Value

Type: Boolean
true if supplied account can be used for the supplied SID type.
See Also