IncrementalHash.CreateHash(HashAlgorithmName) Méthode
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.
Créez un IncrementalHash pour l’algorithme spécifié par hashAlgorithm
.
public:
static System::Security::Cryptography::IncrementalHash ^ CreateHash(System::Security::Cryptography::HashAlgorithmName hashAlgorithm);
public static System.Security.Cryptography.IncrementalHash CreateHash (System.Security.Cryptography.HashAlgorithmName hashAlgorithm);
static member CreateHash : System.Security.Cryptography.HashAlgorithmName -> System.Security.Cryptography.IncrementalHash
Public Shared Function CreateHash (hashAlgorithm As HashAlgorithmName) As IncrementalHash
Paramètres
- hashAlgorithm
- HashAlgorithmName
Nom de l’algorithme de hachage à effectuer.
Retours
Instance IncrementalHash prête à calculer l’algorithme de hachage spécifié par hashAlgorithm
.
Exceptions
hashAlgorithm
.Name est null
ou la chaîne vide.
hashAlgorithm
n’est pas un algorithme de hachage connu.