次の方法で共有


SmartCardCryptogramStorageKeyAlgorithm 列挙型

定義

暗号化グラム ストレージ キー アルゴリズムを定義します。

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

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10586.0 で導入)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (v2.0 で導入)

フィールド

None 0

ストレージ キーは暗号化されません。

Rsa2048 1

ストレージ キーは RSA-2048 によって暗号化されます。

適用対象

こちらもご覧ください