次の方法で共有


MsrDataEncryption 列挙 (pointofservicedriverinterface.h)

この列挙は、磁気ストライプ リーダー (MSR) でサポートされる暗号化アルゴリズムの種類を定義します。

構文

typedef enum _MsrDataEncryption {
  MsrDataEncryption_None,
  MsrDataEncryption_3DEA_DUKPT,
  MsrDataEncryption_AES,
  MsrDataEncryption_ExtendedBase
} MsrDataEncryption;

定数

 
MsrDataEncryption_None
暗号化アルゴリズムがないことを示します。
MsrDataEncryption_3DEA_DUKPT
Triple Data Encryption Standard (DES) 派生のトランザクションごとの一意キー (DUKPT) 暗号化アルゴリズム。
MsrDataEncryption_AES
Advanced Encryption Standard (AES)。
MsrDataEncryption_ExtendedBase
ベンダー固有の暗号化アルゴリズム。 サービス固有の値は0x01000000から始まり、追加の暗号化アルゴリズム用に予約されています。

要件

要件
Header pointofservicedriverinterface.h (Pointofservicedriverinterface.h を含む)