IsMatch Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Decrypts provided string parameter

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
public static bool IsMatch(
	string key,
	string apiLogin,
	string transactionID,
	decimal amount,
	string expected
)
Visual Basic
Public Shared Function IsMatch ( _
	key As String, _
	apiLogin As String, _
	transactionID As String, _
	amount As Decimal, _
	expected As String _
) As Boolean
Visual C++
public:
static bool IsMatch(
	String^ key, 
	String^ apiLogin, 
	String^ transactionID, 
	Decimal amount, 
	String^ expected
)

Parameters

key
Type: System..::..String
apiLogin
Type: System..::..String
transactionID
Type: System..::..String
amount
Type: System..::..Decimal
expected
Type: System..::..String

See Also