System::Security::Cryptography::HashAlgorithm::Create yöntemi

HashAlgorithm::Create method

İsme göre hash algoritması oluşturur.

static SharedPtr<HashAlgorithm> System::Security::Cryptography::HashAlgorithm::Create(const String &hashName)
ParametreTürAçıklama
hashNameconst String&Aşağıdaki değerlerden biri: “MD5”, “SHA1”, “SHA256”, “SHA384”, “SHA512”, “RIPEMD160” veya bunların herhangi biri “System.Security.Cryptography.” önekiyle.

Ayrıca Bakınız