PinPadBase.ComputeMac(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tells the service object to compute a MAC value and return it to the application.
public override string ComputeMac (string inMsg);
override this.ComputeMac : string -> string
Public Overrides Function ComputeMac (inMsg As String) As String
Parameters
- inMsg
- String
Contains the message that the application intends to send to the EFT Transaction Host.