TrustTokenParamsRefreshPolicy Property |
Version 104.4.240
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: 104.4.240.0 (104.4.240.0)
Syntax public TrustTokenParamsRefreshPolicy RefreshPolicy { get; set; }
public:
property TrustTokenParamsRefreshPolicy RefreshPolicy {
TrustTokenParamsRefreshPolicy get ();
void set (TrustTokenParamsRefreshPolicy value);
}
Property Value
Type:
TrustTokenParamsRefreshPolicySee Also