Click or drag to resize

StorageClientGetTrustTokensAsync Method

Version 130.1.90
Returns the number of stored Trust Tokens per issuer for the current browsing context.

Namespace: CefSharp.DevTools.Storage
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetTrustTokensResponse> GetTrustTokensAsync()

Return Value

TaskGetTrustTokensResponse
returns System.Threading.Tasks.Task<GetTrustTokensResponse>
See Also