FAQ
Frequently Asked Questions
Last updated
Was this helpful?
Frequently Asked Questions
Last updated
Was this helpful?
Zentitle2 SDK utilizes .NET HttpClient class to handle API requests. By default, HttpClient will use system proxy settings. This can be changed in HttpClientHandler by setting UseProxy property to false. You can also override Proxy on the HttpClient level if you need to.
We recommend using our Core Library wrapper classes' methods available in the SDK itself (like Zentitle2Core.DeviceFingerprint.GenerateForCurrentMachine()), which are designed to handle low-level details like memory allocation, etc.
We have prepared a sample application implemented in .NET 4.8, which is available on our github: Please follow instructions in the README file. The sample demonstrates the approach without requiring a custom DLL import resolver and leverages a secret store implemented by the C++ Core Library.