AuthenticationFeature.GetTaskList Method

Definition

When overridden in a derived class, retrieves the task list that is used to configure the authentication feature.

public:
 abstract Microsoft::Web::Management::Client::TaskList ^ GetTaskList();
public abstract Microsoft.Web.Management.Client.TaskList GetTaskList ();
abstract member GetTaskList : unit -> Microsoft.Web.Management.Client.TaskList
Public MustOverride Function GetTaskList () As TaskList

Returns

The TaskList that is used to configure the authentication feature.

Applies to