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 | |
---|---|---|
RemoveAsync(String) | ||
RenewAsync(String, AuthenticationTicket) | ||
RetrieveAsync(String) | ||
StoreAsync(AuthenticationTicket) |
See Also
Microsoft.Owin.Security.Cookies Namespace
Return to top