Is it possible in a .NET Framework application to retrieve a certificate from AWS

Viewed 24

I am using .NET Framework 4.7.2.

My project is deployed by AWS Elastic Beanstalk. I wanted to secure APIs by client certificate, but somehow I could not retrieve any client certificate information using Request.GetClientCertificate() nor HttpContext.Current.Request.ClientCertificate.

0 Answers
Related