Click or drag to resize

StorageClientClearTrustTokensAsync Method

Version 94.4.20
Removes all Trust Tokens issued by the provided issuerOrigin. Leaves other stored data, including the issuer's Redemption Records, intact.

Namespace:  CefSharp.DevTools.Storage
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public Task<ClearTrustTokensResponse> ClearTrustTokensAsync(
	string issuerOrigin
)

Parameters

issuerOrigin
Type: SystemString
issuerOrigin

Return Value

Type: TaskClearTrustTokensResponse
returns System.Threading.Tasks.Task<ClearTrustTokensResponse>
See Also