共用方式為


IAuthenticationSessionStore.RetrieveAsync Method (String)

 

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

Syntax

Task<AuthenticationTicket> RetrieveAsync(
    string key
)
Task<AuthenticationTicket^>^ RetrieveAsync(
    String^ key
)
abstract RetrieveAsync : 
        key:string -> Task<AuthenticationTicket>
Function RetrieveAsync (
    key As String
) As Task(Of AuthenticationTicket)

Parameters

Return Value

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

Returns Task<TResult>.

See Also

IAuthenticationSessionStore Interface
Microsoft.Owin.Security.Cookies Namespace

Return to top