System::Security::Cryptography::RIPEMD160::Create metodu

RIPEMD160::Create() method

Hash algoritması örneği oluşturur.

static SharedPtr<RIPEMD160> System::Security::Cryptography::RIPEMD160::Create()

ReturnValue

Yeni oluşturulan hasher örneği.

Ayrıca Bakınız

RIPEMD160::Create(const String&) method

Hash algoritması örneği oluşturur.

static SharedPtr<RIPEMD160> System::Security::Cryptography::RIPEMD160::Create(const String &algName)
ParametreTürAçıklama
algNameconst String&Şu olmalıdır “System.Security.Cryptography.RIPEMD160”.

ReturnValue

Yeni oluşturulan hasher örneği.

Ayrıca Bakınız