Interface ILatitudePaySignatureGenerator
An interface for components that can calculate a signature for LatitudePay requests.
Inherited Members
Namespace: Yort.LatitudePay.InStore
Assembly: Yort.LatitudePay.InStore.dll
Syntax
public interface ILatitudePaySignatureGenerator : IDisposable
Remarks
This interface exists mostly for future expansion (in case the algorithm or hash used changes) and internal testing, it is not expected to be used directly from application code.
Methods
| Improve this Doc View SourceGenerateSignature(String)
Generates a signature for the specified payload.
Declaration
string GenerateSignature(string jsonPayload)
Parameters
Type | Name | Description |
---|---|---|
String | jsonPayload | The json payload to calculate a signature for. |
Returns
Type | Description |
---|---|
String |