msrAuthenticationProtocolType 枚举 (pointofservicedriverinterface.h)

此枚举定义磁条读取器 (MSR) 身份验证协议。

语法

typedef enum _MsrAuthenticationProtocol {
  MsrAuthenticationProtocolType_None,
  MsrAuthenticationProtocolType_ChallengeResponse
} MsrAuthenticationProtocolType;

常量

 
MsrAuthenticationProtocolType_None
不支持身份验证。
MsrAuthenticationProtocolType_ChallengeResponse
支持质询-响应身份验证。

注解

密码身份验证是质询-响应身份验证的一个示例。

要求

要求
Header pointofservicedriverinterface.h (包括 Pointofservicedriverinterface.h)