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.