I am using the "Authorize.Net .NET SDK" to make a card present
transaction, that was working just fine before the TLS 1.2 change, then
it start giving a TLS connection error so I added the following code to
fix it:ServicePointManager.SecurityProtocol...