IncrementalHash.CreateHash(HashAlgorithmName) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Utwórz IncrementalHash dla algorytmu określonego przez 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
Parametry
- hashAlgorithm
- HashAlgorithmName
Nazwa algorytmu skrótu do wykonania.
Zwraca
Wystąpienie IncrementalHash gotowe do obliczenia algorytmu skrótu określonego przez hashAlgorithm
.
Wyjątki
hashAlgorithm
.Name jest null
lub pusty ciąg.
hashAlgorithm
nie jest znanym algorytmem skrótu.