System::Security::Cryptography::SHA256::Create metode

SHA256::Create() method

Membuat instance algoritma hash.

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

ReturnValue

Instance hasher yang baru dibuat.

Lihat Juga

SHA256::Create(const String&) method

Membuat instance algoritma hash.

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

ReturnValue

Instance hasher yang baru dibuat.

Lihat Juga