MsalMemoryTokenCacheProvider.RemoveKeyAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a token cache identified by its key, from the serialization cache.
protected override System.Threading.Tasks.Task RemoveKeyAsync (string cacheKey);
override this.RemoveKeyAsync : string -> System.Threading.Tasks.Task
Protected Overrides Function RemoveKeyAsync (cacheKey As String) As Task
Parameters
- cacheKey
- String
token cache key.
Returns
A Task that completes when key removal has completed.