AppServiceAuthenticationHandler.AuthenticateCoreAsync Method

Definition

protected override System.Threading.Tasks.Task<Microsoft.Owin.Security.AuthenticationTicket> AuthenticateCoreAsync ();
override this.AuthenticateCoreAsync : unit -> System.Threading.Tasks.Task<Microsoft.Owin.Security.AuthenticationTicket>
Protected Overrides Function AuthenticateCoreAsync () As Task(Of AuthenticationTicket)

Returns

Task<Microsoft.Owin.Security.AuthenticationTicket>

Applies to