Rolosoft.comRolosoft PayPal IPN Easy for .NET
Validate Method
NamespacesRolosoft.IpnEasy.NetIpnValidate()()()
Rolosoft.com: PayPal IPN Easy for .NET

Validate the IPN received from PayPal.

This method verifies that the IPN is genuine and raises the OnPayPalTransactionReceived event that can be used to extract a strongly typed data structure (of type PayPalData) from the IPN.

Declaration Syntax
C#Visual BasicVisual C++
public void Validate()
Public Sub Validate
public:
void Validate()
Remarks
You should always validate any IPN received to make sure that it originated from PayPal.

Assembly: Rolosoft.IpnEasy.Net (Module: Rolosoft.IpnEasy.Net) Version: 1.0.4316.24325 (1.0.0.5)