AuthenticationFeature.GetTaskList Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.