OperationBaseDUKPT Property |
The DUK/PT key for PIN Debit and EBT transactions.The first 16 characters are the encrypted pin block, followed by the 6 character long Key Set Identifier (KSID). The remaining characters are the PIN Pad serial number and transaction counter.
Namespace:
CardknoxApi.Operations
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public string DUKPT { get; set; }
Public Property DUKPT As String
Get
Set
public:
property String^ DUKPT {
String^ get ();
void set (String^ value);
}
member DUKPT : string with get, set
Property Value
Type:
StringSee Also