ClaimedMagneticStripeReader.DataEncryptionAlgorithm 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.
Gets or sets the MagneticStripeReaderEncryptionAlgorithms that will be used to encrypt the track data.
public:
property unsigned int DataEncryptionAlgorithm { unsigned int get(); void set(unsigned int value); };
uint32_t DataEncryptionAlgorithm();
void DataEncryptionAlgorithm(uint32_t value);
public uint DataEncryptionAlgorithm { get; set; }
var uInt32 = claimedMagneticStripeReader.dataEncryptionAlgorithm;
claimedMagneticStripeReader.dataEncryptionAlgorithm = uInt32;
Public Property DataEncryptionAlgorithm As UInteger
Property Value
The encryption algorithm the will be used to encrypt the track data.
Remarks
This property can only be updated when the device is opened and claimed; it cannot be updated when the device is enabled.