共用方式為


PinPad.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 abstract void UpdateKey (int keyNumber, string key);
abstract member UpdateKey : int * string -> unit
Public MustOverride 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