MagneticStripeReaderReport.CardAuthenticationData 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取最近轻扫卡的卡身份验证信息。
public:
property IBuffer ^ CardAuthenticationData { IBuffer ^ get(); };
IBuffer CardAuthenticationData();
public IBuffer CardAuthenticationData { get; }
var iBuffer = magneticStripeReaderReport.cardAuthenticationData;
Public ReadOnly Property CardAuthenticationData As IBuffer
属性值
卡身份验证数据。
注解
此属性的信息和内部格式因服务而异。 如果设备不支持身份验证,则此属性为空。 否则,将使用 DataEncryptionAlgorithm 属性中的加密算法加密此属性的值。