MagneticStripeReaderReport.CardAuthenticationData 属性

定义

获取最近轻扫卡的卡身份验证信息。

public:
 property IBuffer ^ CardAuthenticationData { IBuffer ^ get(); };
IBuffer CardAuthenticationData();
public IBuffer CardAuthenticationData { get; }
var iBuffer = magneticStripeReaderReport.cardAuthenticationData;
Public ReadOnly Property CardAuthenticationData As IBuffer

属性值

卡身份验证数据。

注解

此属性的信息和内部格式因服务而异。 如果设备不支持身份验证,则此属性为空。 否则,将使用 DataEncryptionAlgorithm 属性中的加密算法加密此属性的值。

适用于