TrustTokenParamsRefreshPolicy Property |
Version 109.1.110
Only set for "token-redemption" type and determine whether
to request a fresh SRR or use a still valid cached SRR.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public TrustTokenParamsRefreshPolicy RefreshPolicy { get; set; }
public:
property TrustTokenParamsRefreshPolicy RefreshPolicy {
TrustTokenParamsRefreshPolicy get ();
void set (TrustTokenParamsRefreshPolicy value);
}
Property Value
Type:
TrustTokenParamsRefreshPolicySee Also