StorageClientGetTrustTokensAsync Method |
Version 104.4.240
Returns the number of stored Trust Tokens per issuer for the
current browsing context.
Namespace:
CefSharp.DevTools.Storage
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public Task<GetTrustTokensResponse> GetTrustTokensAsync()
public:
Task<GetTrustTokensResponse^>^ GetTrustTokensAsync()
Return Value
Type:
TaskGetTrustTokensResponsereturns System.Threading.Tasks.Task<GetTrustTokensResponse>
See Also