MacAlgorithmProvider.MacLength 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.
Obtient la longueur, en octets, du code d’authentification du message.
public:
property unsigned int MacLength { unsigned int get(); };
uint32_t MacLength();
public uint MacLength { get; }
var uInt32 = macAlgorithmProvider.macLength;
Public ReadOnly Property MacLength As UInteger
Valeur de propriété
Nombre d’octets dans le MAC.
Remarques
Vous devez vérifier que la longueur du HMAC calculé est égale à la longueur prise en charge par l’algorithme spécifié. Pour plus d'informations, reportez-vous à l'exemple suivant.