Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure provides the information necessary to deauthenticate the device.
Syntax
typedef struct _MSR_DEAUTHENTICATE_DEVICE {
unsigned char Challenge2[MSR_CHALLENGE_SIZE];
} MSR_DEAUTHENTICATE_DEVICE, *PMSR_DEAUTHENTICATE_DEVICE;
Members
Challenge2[MSR_CHALLENGE_SIZE]
The challenge token used to deauthenticate the device.
Requirements
| Requirement | Value |
|---|---|
| Header | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |