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 で導入)
|
フィールド
None | 0 | 暗号グラム素材を保護しないでください。 |
WhiteBoxing | 1 | ホワイトボックス化によって暗号グラム素材を保護します。 |