| StorageClientClearTrustTokensAsync Method  | 
Version 105.3.390 
            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: 105.3.390.0 (105.3.390.0)
 Syntax
Syntaxpublic Task<ClearTrustTokensResponse> ClearTrustTokensAsync(
	string issuerOrigin
)
public:
Task<ClearTrustTokensResponse^>^ ClearTrustTokensAsync(
	String^ issuerOrigin
)
Parameters
- issuerOrigin
- Type: SystemString
 issuerOrigin
Return Value
Type: 
TaskClearTrustTokensResponsereturns System.Threading.Tasks.Task<ClearTrustTokensResponse>
 See Also
See Also