Partager via


SmartCardCryptogramAlgorithm Énumération

Définition

Définit l’algorithme de génération de cryptogrammes pour une étape de placement de cryptogramme.

public enum class SmartCardCryptogramAlgorithm
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
enum class SmartCardCryptogramAlgorithm
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
public enum SmartCardCryptogramAlgorithm
var value = Windows.Devices.SmartCards.SmartCardCryptogramAlgorithm.none
Public Enum SmartCardCryptogramAlgorithm
Héritage
SmartCardCryptogramAlgorithm
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

CbcMac 1

Utilisez l’algorithme cbc-MAC (cipher block chaining message authentication code).

Cvc3MD 4

Utilisez l’algorithme CVC3-MD.

Cvc3Umd 2

Utilisez l’algorithme CVC3-UMD.

DecimalizedMsd 3

Utilisez l’algorithme MSD décimalisé.

None 0

N’utilisez aucun algorithme.

RsaPkcs1 7

Utilisez l’algorithme RSA Public-Key Cryptography Standards 1 (PKCS).

Sha1 5

Utilisez l’algorithme SHA-1.

Sha256Hmac 8

Utilisez l’algorithme HMAC SHA-256.

SignedDynamicApplicationData 6

Utilisez l’algorithme de données d’application dynamique signé.

Remarques

Historique des versions

Version de Windows Version du SDK Valeur ajoutée
1703 15063 Sha256Hmac

S’applique à

Voir aussi