PinPadBase.UpdateKey(Int32, 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.
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.