MagneticStripeReaderCapabilities.CardAuthentication 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 the type of card authentication data that is supported by the device.
public:
property Platform::String ^ CardAuthentication { Platform::String ^ get(); };
winrt::hstring CardAuthentication();
public string CardAuthentication { get; }
var string = magneticStripeReaderCapabilities.cardAuthentication;
Public ReadOnly Property CardAuthentication As String
Property Value
The string containing the type of card authentication data.
Remarks
An empty string indicates that the device does not support authentication.