MagneticStripeReaderCapabilities.CardAuthentication Property

Definition

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

String

Platform::String

winrt::hstring

The string containing the type of card authentication data.

Remarks

An empty string indicates that the device does not support authentication.

Applies to