Posts by Mcfer • 21 points
3 posts
-
1
votes0
answers228
viewsQ: Using asymmetric encryption between Xamarin PCL Client and Web Api
I have a problem creating an asymmetric encryption between my client App using Xamarin Forms (PCL) and the server (Web Api). I did it using symmetry and they asked me to modify it. I already do…
-
0
votes1
answer237
viewsQ: What to use to connect to the internal-only Web Api
I’m a beginner and I built a mobile application in C# that connects to a Web Api. However, the Web Api will be on a server that has only internal access, which would theoretically protect the BD.…
-
1
votes1
answer1616
viewsQ: Create a Web Api that calls another Web Api
I created a Web Api here in my work to be consumed by my project Xamarin Forms. It’s working 100% and no problems... Then I was informed that actually here we use 2 web api s for security. That is,…