Поделиться через


IncrementalHash.CreateHash(HashAlgorithmName) Метод

Определение

Создайте IncrementalHash для алгоритма, заданного 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

Параметры

hashAlgorithm
HashAlgorithmName

Имя выполняемого хэш-алгоритма.

Возвращаемое значение

Экземпляр IncrementalHash готов вычислить хэш-алгоритм, указанный hashAlgorithm.

Исключения

hashAlgorithm.Namenullили пустую строку.

hashAlgorithm не является известным хэш-алгоритмом.

Применяется к