共用方式為


SmartCardCryptogramAlgorithm 列舉

定義

定義密碼編譯器放置步驟的密碼編譯器產生演算法。

public enum class SmartCardCryptogramAlgorithm
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
enum class SmartCardCryptogramAlgorithm
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
public enum SmartCardCryptogramAlgorithm
var value = Windows.Devices.SmartCards.SmartCardCryptogramAlgorithm.none
Public Enum SmartCardCryptogramAlgorithm
繼承
SmartCardCryptogramAlgorithm
屬性

Windows 需求

裝置系列
Windows Mobile Extension SDK (已於 10.0.10586.0 引進)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (已於 v2.0 引進)

欄位

CbcMac 1

使用 CBC-MAC) 演算法 (加密區塊鏈結訊息驗證碼。

Cvc3MD 4

使用 CVC3-MD 演算法。

Cvc3Umd 2

使用 CVC3-UMD 演算法。

DecimalizedMsd 3

使用十進位化 MSD 演算法。

None 0

請勿使用任何演算法。

RsaPkcs1 7

使用 Public-Key 密碼編譯標準 1 (PKCS) RSA 演算法。

Sha1 5

使用 SHA-1 演算法。

Sha256Hmac 8

使用 SHA-256 HMAC 演算法。

SignedDynamicApplicationData 6

使用已簽署的動態應用程式資料演算法。

備註

版本歷程記錄

Windows 版本 SDK 版本 新增值
1703 15063 Sha256Hmac

適用於

另請參閱