Is it possible to connect to a local Active Directory (not Azure Active Directory) server through a Xamarin iOS app and use it for authentication? If so, how? I tried to use the PrincipalContext class and the "ValidateCredentials" method as described here but this gives me a
System.NotSupportedException
If also tried to use the DirectoryEntry() class as described here but this also returns
System.PlatformNotSupportedException: System.DirectoryServices is not supported on this platform