application using Certificate? How can i get this certificate? and how we incorporate in our application?
https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509certificate?view=netframework-4.7.2
For authentication just attach the certificate to the request object. You then check if certificate is valid on the server.
Обсуждают сегодня