共用方式為


SmartCardCryptogramMaterialType 列舉

定義

定義 cryptogram 材質類型。

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

Windows 需求

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

欄位

Aes 3

資料是使用 AES 產生的資料。

None 0

材質沒有資料類型。

RsaPkcs1 4

資料是根據 PKCS 使用 RSA 所產生的資料 #1

StaticDataAuthentication 1

資料是用於驗證的靜態資料。

TripleDes112 2

材料資料是使用 TripleDes112 產生。

適用於

另請參閱