System::Security::Cryptography::SHA512::Create metod

SHA512::Create() method

Skapar en instans av hash‑algoritm.

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

ReturnValue

Ny skapad hash-instans.

Se även

SHA512::Create(const String&) method

Skapar en instans av hash‑algoritm.

static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create(const String &algName)
ParameterTypeBeskrivning
algNameconst String&Måste vara “System.Security.Cryptography.SHA512”.

ReturnValue

Ny skapad hash-instans.

Se även