---------------------------------------
Xamarin.Android and Xamarin.iOS support
---------------------------------------

Xamarin.Android and Xamarin.iOS platforms are supported via Rebex assemblies
targeting .NET Standard 2.1. They can be found in the "netstandard2.1" folder
one level up from here.

However, because X.509 certificate validation is still not working properly
on Xamarin platforms via System.Security.Cryptography.X509Certificates API
we provide Rebex.Common.Native assemblies that work around this Xamarin
issue. Simply reference this assembly from your project and enable it using
the following Rebex API call:
  CertificateEngine.SetCurrentEngine(new NativeCertificateEngine());

For more information, see the following KB article:
  https://www.rebex.net/kb/xamarin-native-extensions/
