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

SHA384::Create() method

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

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

ReturnValue

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

انظر أيضًا

SHA384::Create(const String&) method

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

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

ReturnValue

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

انظر أيضًا