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