System::Security::Cryptography::SHA512::Create metode

SHA512::Create() method

Membuat instance algoritma hash.

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

ReturnValue

Instance hasher yang baru dibuat.

Lihat Juga

SHA512::Create(const String&) method

Membuat instance algoritma hash.

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

ReturnValue

Instance hasher yang baru dibuat.

Lihat Juga