+1 vote
by (320 points)
retagged by

Does Rebex support SSL for android, windows phone 10 and desktop?

also

Does any UI is available for andoird platform in xamarin, if not then is there any control avaliable, which we can use to develop UI for android as well as Windows 10 mobile platform?

1 Answer

0 votes
by (70.2k points)

(1) Yes, SSL is supported on Android.

However please note, that server certificates are validated using the System functionality. There is no public API for adding server Certificates into Certificate Store (this is supported on desktop only).

There is no support for client certificate authentication. If you need this, please let us know.

(2) No, there is no UI for Android or Win 10 mobile. You can either use UI-less VirtualTerminal or implement your own screen renderer.

...