MagneticStripeReaderEncryptionAlgorithms
MagneticStripeReaderEncryptionAlgorithms
MagneticStripeReaderEncryptionAlgorithms
MagneticStripeReaderEncryptionAlgorithms
Class
Definition
Contains the encryption algorithm supported by the device.
public : static class MagneticStripeReaderEncryptionAlgorithmspublic static class MagneticStripeReaderEncryptionAlgorithmsPublic Static Class MagneticStripeReaderEncryptionAlgorithms// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
This is a static class that contains the encryption algorithm supported by the device.
Properties
ExtendedBase ExtendedBase ExtendedBase ExtendedBase
Indicates vendor specific encryption algorithm.
public : static unsigned int ExtendedBase { get; }public static uint ExtendedBase { get; }Public Static ReadOnly Property ExtendedBase As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
Vendor-specific algorithm.
None None None None
Indicates no encryption algorithm.
public : static unsigned int None { get; }public static uint None { get; }Public Static ReadOnly Property None As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
No encryption algorithm.
TripleDesDukpt TripleDesDukpt TripleDesDukpt TripleDesDukpt
Indicates Triple DES DUKPT (Derived Unique Key Per Transaction) encryption algorithm supported by the device.
public : static unsigned int TripleDesDukpt { get; }public static uint TripleDesDukpt { get; }Public Static ReadOnly Property TripleDesDukpt As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
The Triple DES DUKPT encryption algorithm.