SmartCardCryptogramMaterialType Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le type de matériau de cryptogramme.
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
- Héritage
-
SmartCardCryptogramMaterialType
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows Mobile Extension SDK (introduit dans 10.0.10586.0)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduit dans v2.0)
|
Champs
Aes | 3 | Le matériau est des données générées à l’aide d’AES. |
None | 0 | Le matériau n’a pas de type de données. |
RsaPkcs1 | 4 | Le matériau est des données générées à l’aide de RSA conformément à PKCS #1. |
StaticDataAuthentication | 1 | Le matériel est des données statiques pour l’authentification. |
TripleDes112 | 2 | Les données matérielles sont générées à l’aide de TripleDes112. |