CookieAuthenticationHandler.InitializeHandlerAsync Method

Definition

Called after options/events have been initialized for the handler to finish initializing itself.

protected:
 override System::Threading::Tasks::Task ^ InitializeHandlerAsync();
protected override System.Threading.Tasks.Task InitializeHandlerAsync ();
override this.InitializeHandlerAsync : unit -> System.Threading.Tasks.Task
Protected Overrides Function InitializeHandlerAsync () As Task

Returns

A task

Applies to