Validate Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Validates that what was passed by Auth.net is valid

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

Syntax

C#
public bool Validate(
	string merchantHash,
	string apiLogin
)
Visual Basic
Public Function Validate ( _
	merchantHash As String, _
	apiLogin As String _
) As Boolean
Visual C++
public:
bool Validate(
	String^ merchantHash, 
	String^ apiLogin
)

Parameters

merchantHash
Type: System..::..String
apiLogin
Type: System..::..String

See Also