SmartCardCryptogramAlgorithm
SmartCardCryptogramAlgorithm
SmartCardCryptogramAlgorithm
SmartCardCryptogramAlgorithm
Enum
Definition
Defines the cryptogram generation algorithm for a cryptogram placement step.
public : enum class SmartCardCryptogramAlgorithmpublic enum SmartCardCryptogramAlgorithmPublic Enum SmartCardCryptogramAlgorithm// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10586.0)
|
| API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced v2)
|
Fields
| CbcMac CbcMac CbcMac CbcMac | Use the cipher block chaining message authentication code (CBC-MAC) algorithm. |
| Cvc3MD Cvc3MD Cvc3MD Cvc3MD | Use the CVC3-MD algorithm. |
| Cvc3Umd Cvc3Umd Cvc3Umd Cvc3Umd | Use the CVC3-UMD algorithm. |
| DecimalizedMsd DecimalizedMsd DecimalizedMsd DecimalizedMsd | Use the decimalized MSD algorithm. |
| None None None None | Do not use any algorithm. |
| RsaPkcs1 RsaPkcs1 RsaPkcs1 RsaPkcs1 | Use the Public-Key Cryptography Standards 1 (PKCS) RSA algorithm. |
| Sha1 Sha1 Sha1 Sha1 | Use the SHA-1 algorithm. |
| Sha256Hmac Sha256Hmac Sha256Hmac Sha256Hmac | |
| SignedDynamicApplicationData SignedDynamicApplicationData SignedDynamicApplicationData SignedDynamicApplicationData | Use the signed dynamic application data algorithm. |