System::Security::Cryptography::RIPEMD160::Create طريقة

RIPEMD160::Create() method

ينشئ مثالًا لخوارزمية التجزئة.

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

ReturnValue

مثيل الهاشر المُنشأ حديثًا.

انظر أيضًا

RIPEMD160::Create(const String&) method

ينشئ مثالًا لخوارزمية التجزئة.

static SharedPtr<RIPEMD160> System::Security::Cryptography::RIPEMD160::Create(const String &algName)
ParameterTypeالوصف
algNameconst String&يجب أن يكون “System.Security.Cryptography.RIPEMD160”.

ReturnValue

مثيل الهاشر المُنشأ حديثًا.

انظر أيضًا