cancel
Showing results for 
Search instead for 
Did you mean: 

.NET version for SDK

Hi, I'm trying to implement the DPM in C#.  I'm using an older version of .NET (2.0.50727) and am recieving an error generating the fingerprint hash (string vFingerprintHash = AuthorizeNet.Crypto.GenerateFingerprint(vTransactionKey, vAPILoginID, vAmount, vFingerprintSequence, vFingerprintTimestamp.ToString()):smileywink:.  I've searched to see if version 2 is supported and did not find an answer.  I saw it said that version 3.5 was, but could not find any reference to version 2.

 

Thanks for any assistance.

stastechow
Member
1 REPLY 1

If all you need is the GenerateFingerprint methods. download the SDKs source and copy the Utility/Crypto.cs file into your own project, it is not using anything for 3.5 on that file.

RaynorC1emen7
Expert