MacAlgorithmNames.AesCmac Propriété
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.
Récupère une chaîne qui contient « AES_CMAC ».
public:
static property Platform::String ^ AesCmac { Platform::String ^ get(); };
static winrt::hstring AesCmac();
public static string AesCmac { get; }
var string = MacAlgorithmNames.aesCmac;
Public Shared ReadOnly Property AesCmac As String
Valeur de propriété
Chaîne qui contient « AesCmac ».
Remarques
Utilisez la chaîne récupérée par cette propriété pour définir le nom de l’algorithme de code d’authentification des messages (MAC) lorsque vous appelez la méthode OpenAlgorithm . La chaîne représente un algorithme de chiffrement AES (Advanced Encryption Standard) couplé à un algorithme de chiffrement de blocs MAC basé sur le chiffrement. Pour plus d’informations, consultez RFC 4493.