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
protected override Task<AuthenticationTicket> AuthenticateCoreAsync()
protected:
virtual Task<AuthenticationTicket^>^ AuthenticateCoreAsync() override
override AuthenticateCoreAsync : unit -> Task<AuthenticationTicket>
Protected Overrides Function AuthenticateCoreAsync As Task(Of AuthenticationTicket)
Return Value
Type: System.Threading.Tasks.Task<AuthenticationTicket>
Returns Task<TResult>.
See Also
WsFederationAuthenticationHandler Class
Microsoft.Owin.Security.WsFederation Namespace
Return to top