WsFederationAuthenticationHandler.AuthenticateCoreAsync Method
Invoked to process incoming authentication messages.
Namespace: Microsoft.Owin.Security.WsFederation
Assembly: Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)
Syntax
'Declaration
Protected Overrides Function AuthenticateCoreAsync As Task(Of AuthenticationTicket)
'Usage
Dim returnValue As Task(Of AuthenticationTicket)
returnValue = Me.AuthenticateCoreAsync()
protected override Task<AuthenticationTicket> AuthenticateCoreAsync()
protected:
virtual Task<AuthenticationTicket^>^ AuthenticateCoreAsync() override
abstract AuthenticateCoreAsync : unit -> Task<AuthenticationTicket>
override AuthenticateCoreAsync : unit -> Task<AuthenticationTicket>
protected override function AuthenticateCoreAsync() : Task<AuthenticationTicket>
Return Value
Type: System.Threading.Tasks.Task<AuthenticationTicket>
Returns Task<TResult>.