Share via


MagneticStripeReaderCapabilities.IsTrackDataMaskingSupported Property

Definition

Indicates whether the device is capable of masking track data.

public:
 property bool IsTrackDataMaskingSupported { bool get(); };
bool IsTrackDataMaskingSupported();
public bool IsTrackDataMaskingSupported { get; }
var boolean = magneticStripeReaderCapabilities.isTrackDataMaskingSupported;
Public ReadOnly Property IsTrackDataMaskingSupported As Boolean

Property Value

Boolean

bool

True if the device is capable of masking track data; otherwise, false.

Remarks

When IsTrackDataMaskingSupported is true and encryption is enabled, the data returned from a data event contains masked data.

Applies to