RequestTrustTokenParams Property |
Version 109.1.110
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: 109.1.110.0 (109.1.110.0)
Syntax public TrustTokenParams TrustTokenParams { get; set; }
public:
property TrustTokenParams^ TrustTokenParams {
TrustTokenParams^ get ();
void set (TrustTokenParams^ value);
}
Property Value
Type:
TrustTokenParamsSee Also