FAQ

Frequently Asked Questions

How can I configure Proxy in the .NET SDK?

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.

How to generate the device fingerprint in the SDK?

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.

How to use SDK with Core library in .NET 4.x

We have prepared a sample application implemented in .NET 4.8, which is available on our github: https://github.com/Nalpeiron/samples-dotnet/tree/master/Net48.Sdk.Sample 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.

Last updated

Was this helpful?