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

SHA512::Create() method

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

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

ReturnValue

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

انظر أيضًا

SHA512::Create(const String&) method

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

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

ReturnValue

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

انظر أيضًا