Click or drag to resize

RequestTrustTokenParams Property

Version 94.4.20
Set for requests when the TrustToken API is used. Contains the parameters passed by the developer (e.g. via "fetch") as understood by the backend.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public TrustTokenParams TrustTokenParams { get; set; }

Property Value

Type: TrustTokenParams
See Also