SmartCardCryptogramPlacementOptions É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 les options de placement du cryptogramme.
Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.
public enum class SmartCardCryptogramPlacementOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
enum class SmartCardCryptogramPlacementOptions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
public enum SmartCardCryptogramPlacementOptions
var value = Windows.Devices.SmartCards.SmartCardCryptogramPlacementOptions.none
Public Enum SmartCardCryptogramPlacementOptions
- Héritage
-
SmartCardCryptogramPlacementOptions
- 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
ChainOutput | 2 | La sortie de l’étape de placement doit être chaînée dans l’étape spécifiée. |
None | 0 | L’option de placement n’a pas de format défini. |
UnitsAreInNibbles | 1 | Les valeurs CryptogramOffset, TemplateOffset et CryptogramLength sont en nibbles et non en octets. |