Crypto Methods
From AuthorizeNet .NET
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| Crypto Methods |
| Crypto Class See Also Send Feedback |
The Crypto type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| EncryptHMAC |
Encrypts the key/value pair supplied using HMAC-MD5
| |
| Equals | (Inherited from Object.) | |
| GenerateFingerprint |
Generates the HMAC-encrypted hash to send along with the SIM form
| |
| GenerateSequence |
Generates a 4-place sequence number randomly
| |
| GenerateTimestamp |
Generates a timestamp in seconds from 1970
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsMatch |
Decrypts provided string parameter
| |
| ToString | (Inherited from Object.) |