System::Security::Cryptography::SHA1::Create metode

SHA1::Create() method

Membuat instance algoritma hash.

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

ReturnValue

Instance hasher yang baru dibuat.

Lihat Juga

SHA1::Create(const String&) method

Membuat instance algoritma hash.

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

ReturnValue

Instance hasher yang baru dibuat.

Lihat Juga