SmartCardCryptogramMaterialProtectionMethod 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義密碼編譯器材料保護方法。
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 引進)
|
欄位
名稱 | 值 | Description |
---|---|---|
None | 0 | 請勿保護密碼編譯器資料。 |
WhiteBoxing | 1 | 使用白箱保護密碼編譯資料。 |