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

ホワイトボックス化によって暗号グラム素材を保護します。

適用対象