PaymentGatewayLibrary

AuthorizeNetResponse.MD5Hash Property

Gets the system-generated hash that may be validated by the merchant to authenticate a transaction response received from the gateway. Use the AuthorizeNetResponse.VerifyResponse function to determine the authenticity of the transaction response.

[Visual Basic]
Public ReadOnly Property MD5Hash As Byte()
[C#]
public byte[] MD5Hash {get;}

See Also

AuthorizeNetResponse Class | Duis.Payment Namespace