다음을 통해 공유


MsrAuthenticationProtocolType 열거형(pointofservicedriverinterface.h)

이 열거형은 MSR(자기 스트라이프 판독기) 인증 프로토콜을 정의합니다.

통사론

typedef enum _MsrAuthenticationProtocol {
  MsrAuthenticationProtocolType_None,
  MsrAuthenticationProtocolType_ChallengeResponse
} MsrAuthenticationProtocolType;

상수

 
MsrAuthenticationProtocolType_None
인증은 지원되지 않습니다.
MsrAuthenticationProtocolType_ChallengeResponse
챌린지 응답 인증이 지원됩니다.

발언

암호 인증은 챌린지 응답 인증의 예입니다.

요구 사항

요구
헤더 pointofservicedriverinterface.h(Pointofservicedriverinterface.h 포함)