System::Security::Cryptography::SHA384::Create metode

SHA384::Create() method

Membuat instance algoritma hash.

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

ReturnValue

Instance hasher yang baru dibuat.

Lihat Juga

SHA384::Create(const String&) method

Membuat instance algoritma hash.

static SharedPtr<SHA384> System::Security::Cryptography::SHA384::Create(const String &algName)
ParameterTipeDeskripsi
algNameconst String&Harus berupa “System.Security.Cryptography.SHA384”.

ReturnValue

Instance hasher yang baru dibuat.

Lihat Juga