IAuthenticationSessionStore Interface

 

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

Syntax

public interface IAuthenticationSessionStore
public interface class IAuthenticationSessionStore
type IAuthenticationSessionStore = interface end
Public Interface IAuthenticationSessionStore

Methods

Name Description
System_CAPS_pubmethod RemoveAsync(String)

System_CAPS_pubmethod RenewAsync(String, AuthenticationTicket)

System_CAPS_pubmethod RetrieveAsync(String)

System_CAPS_pubmethod StoreAsync(AuthenticationTicket)

See Also

Microsoft.Owin.Security.Cookies Namespace

Return to top