Jaa


IAuthenticationSessionStore.RenewAsync Method (String, AuthenticationTicket)

 

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

Syntax

Task RenewAsync(
    string key,
    AuthenticationTicket ticket
)
Task^ RenewAsync(
    String^ key,
    AuthenticationTicket^ ticket
)
abstract RenewAsync : 
        key:string *
        ticket:AuthenticationTicket -> Task
Function RenewAsync (
    key As String,
    ticket As AuthenticationTicket
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

Returns Task.

See Also

IAuthenticationSessionStore Interface
Microsoft.Owin.Security.Cookies Namespace

Return to top