此列舉定義磁條讀取器 (MSR) 驗證通訊協定。
語法
typedef enum _MsrAuthenticationProtocol {
MsrAuthenticationProtocolType_None,
MsrAuthenticationProtocolType_ChallengeResponse
} MsrAuthenticationProtocolType;
常數
MsrAuthenticationProtocolType_None 不支持驗證。 |
MsrAuthenticationProtocolType_ChallengeResponse 支援挑戰回應驗證。 |
言論
密碼驗證是挑戰響應驗證的範例。
要求
要求 | 價值 |
---|---|
標頭 | pointofservicedriverinterface.h (include Pointofservicedriverinterface.h) |