Freigeben über


WebAccountManager.InvalidateAppCacheForAccountAsync(WebAccount) Methode

Definition

Löscht den Tokencache des Webkonto-Managers für ein bestimmtes Webkonto.

public:
 static IAsyncAction ^ InvalidateAppCacheForAccountAsync(WebAccount ^ webAccount);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction InvalidateAppCacheForAccountAsync(WebAccount const& webAccount);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction InvalidateAppCacheForAccountAsync(WebAccount webAccount);
function invalidateAppCacheForAccountAsync(webAccount)
Public Shared Function InvalidateAppCacheForAccountAsync (webAccount As WebAccount) As IAsyncAction

Parameter

webAccount
WebAccount

Das Webkonto, für das Token gelöscht werden.

Gibt zurück

Diese Methode gibt keinen Wert zurück.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)

Hinweise

Diese Methode sollte immer dann aufgerufen werden, wenn eine Webkontoanbieter-App erkennt, dass ein vom Webkonto-Manager für ein bestimmtes Konto zwischengespeichertes Token ungültig ist.

Gilt für: