共用方式為


SmartCardCryptogramMaterialProtectionMethod 列舉

定義

定義密碼編譯器材料保護方法。

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

Windows 需求

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

欄位

None 0

請勿保護密碼編譯器資料。

WhiteBoxing 1

使用白箱保護密碼編譯資料。

適用於