SignedExchangeHeaderHeaderIntegrity Property |
Version 130.1.90
Signed exchange header integrity hash in the form of `sha256-<base64-hash-value>`.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string HeaderIntegrity { get; set; }
public:
property String^ HeaderIntegrity {
String^ get ();
void set (String^ value);
}
Property Value
StringSee Also