Share via


IAuthenticationSessionStore.StoreAsync Method (AuthenticationTicket)

 

Namespace:   Microsoft.Owin.Security.Cookies
Assembly:  Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)

Syntax

Task<string> StoreAsync(
    AuthenticationTicket ticket
)
Task<String^>^ StoreAsync(
    AuthenticationTicket^ ticket
)
abstract StoreAsync : 
        ticket:AuthenticationTicket -> Task<string>
Function StoreAsync (
    ticket As AuthenticationTicket
) As Task(Of String)

Parameters

Return Value

Type: System.Threading.Tasks.Task<String>

Returns Task<TResult>.

See Also

IAuthenticationSessionStore Interface
Microsoft.Owin.Security.Cookies Namespace

Return to top