Share via


PinPadBase.UpdateKey(Int32, String) Method

Definition

Provides a new encryption key to the PIN pad service object for those PIN Pad Management Systems in which new key values are sent to the terminal as a field in standard messages from the EFT Transaction Host.

public override void UpdateKey (int keyNumber, string key);
override this.UpdateKey : int * string -> unit
Public Overrides Sub UpdateKey (keyNumber As Integer, key As String)

Parameters

keyNumber
Int32

Contains a key number.

key
String

Contains a Hex-ASCII value for a new key.

Applies to