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