Method ThrowIfNotVerified
ThrowIfNotVerified(OnlineEftposNotification)
Verifies notification
and throws as System.Security.SecurityException if the verification fails.
Declaration
public void ThrowIfNotVerified(OnlineEftposNotification notification)
Parameters
Type | Name | Description |
---|---|---|
OnlineEftposNotification | notification | The OnlineEftposNotification to be verified. |
Implements
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Thrown if verification fails. |
System.ArgumentNullException | Thrown if |