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

SHA1::Create() method

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

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

ReturnValue

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

انظر أيضًا

SHA1::Create(const String&) method

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

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

ReturnValue

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

انظر أيضًا