MagneticStripeReaderEncryptionAlgorithms.TripleDesDukpt Property
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.
Indicates Triple DES DUKPT (Derived Unique Key Per Transaction) encryption algorithm supported by the device.
public:
static property unsigned int TripleDesDukpt { unsigned int get(); };
static uint32_t TripleDesDukpt();
public static uint TripleDesDukpt { get; }
var uInt32 = MagneticStripeReaderEncryptionAlgorithms.tripleDesDukpt;
Public Shared ReadOnly Property TripleDesDukpt As UInteger
Property Value
The Triple DES DUKPT encryption algorithm.