IAuthenticationSessionStore.RemoveAsync Method (String)
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
Task RemoveAsync(
string key
)
Task^ RemoveAsync(
String^ key
)
abstract RemoveAsync :
key:string -> Task
Function RemoveAsync (
key As String
) As Task
Parameters
- key
Type: System.String
Return Value
Type: System.Threading.Tasks.Task
Returns Task.
See Also
IAuthenticationSessionStore Interface
Microsoft.Owin.Security.Cookies Namespace
Return to top