Click or drag to resize

StorageClientGetTrustTokensAsync Method

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

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

Return Value

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