MSR_DEAUTHENTICATE_DEVICE结构(pointofservicedriverinterface.h)

此结构提供对设备取消身份验证所需的信息。

语法

typedef struct _MSR_DEAUTHENTICATE_DEVICE {
  unsigned char Challenge2[MSR_CHALLENGE_SIZE];
} MSR_DEAUTHENTICATE_DEVICE, *PMSR_DEAUTHENTICATE_DEVICE;

成员

Challenge2[MSR_CHALLENGE_SIZE]

用于对设备取消身份验证的质询令牌。

要求

要求 价值
标头 pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h)