ClaimedMagneticStripeReader.DataEncryptionAlgorithm Property

Definition

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

UInt32

unsigned int

uint32_t

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.

Applies to

See also