IncrementalHash.CreateHash(HashAlgorithmName) Yöntem

Tanım

tarafından IncrementalHashbelirtilen algoritma için bir hashAlgorithm oluşturun.

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

Parametreler

hashAlgorithm
HashAlgorithmName

Gerçekleştirilecek karma algoritmasının adı.

Döndürülenler

IncrementalHash tarafından hashAlgorithmbelirtilen karma algoritmasını hesaplamaya hazır bir örnek.

Özel durumlar

hashAlgorithmöğesini seçin.Name veya nullboş dizedir.

hashAlgorithm bilinen bir karma algoritma değildir.

Şunlara uygulanır