Partager via


MacAlgorithmNames.AesCmac Propriété

Définition

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é

String

Platform::String

winrt::hstring

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.

S’applique à

Voir aussi