SmartCardCryptogramMaterialType 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
暗号グラムの素材の種類を定義します。
public enum class SmartCardCryptogramMaterialType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
enum class SmartCardCryptogramMaterialType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
public enum SmartCardCryptogramMaterialType
var value = Windows.Devices.SmartCards.SmartCardCryptogramMaterialType.none
Public Enum SmartCardCryptogramMaterialType
- 継承
-
SmartCardCryptogramMaterialType
- 属性
Windows の要件
デバイス ファミリ |
Windows Mobile Extension SDK (10.0.10586.0 で導入)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (v2.0 で導入)
|
フィールド
Aes | 3 | 素材は、AES を使用して生成されるデータです。 |
None | 0 | 素材にデータ型がありません。 |
RsaPkcs1 | 4 | この資料は、PKCS #1 に従って RSA を使用して生成されるデータです |
StaticDataAuthentication | 1 | マテリアルは、認証用の静的データです。 |
TripleDes112 | 2 | 品目データは TripleDes112 を使用して生成されます。 |