Partager via


Énumération MFSampleEncryptionProtectionScheme (mfapi.h)

Spécifie les schémas de protection pris en charge pour les exemples chiffrés.

Syntax

typedef enum _MFSampleEncryptionProtectionScheme {
  MF_SAMPLE_ENCRYPTION_PROTECTION_SCHEME_NONE = 0,
  MF_SAMPLE_ENCRYPTION_PROTECTION_SCHEME_AES_CTR = 1,
  MF_SAMPLE_ENCRYPTION_PROTECTION_SCHEME_AES_CBC = 2
} MFSampleEncryptionProtectionScheme;

Constantes

 
MF_SAMPLE_ENCRYPTION_PROTECTION_SCHEME_NONE
Valeur : 0
Aucun schéma de chiffrement.
MF_SAMPLE_ENCRYPTION_PROTECTION_SCHEME_AES_CTR
Valeur : 1
Le schéma de chiffrement est en mode de compteur AES (CTR).
MF_SAMPLE_ENCRYPTION_PROTECTION_SCHEME_AES_CBC
Valeur : 2
Le schéma de chiffrement est Cbc (Cipher Block Chaining).

Remarques

Le schéma de chiffrement d’un exemple est spécifié à l’aide de l’attribut MFSampleExtension_Encryption_ProtectionScheme .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 10, version 1709 [applications de bureau uniquement]
Serveur minimal pris en charge Aucun pris en charge
En-tête mfapi.h