System::Security::Cryptography::SHA1::Create metod

SHA1::Create() method

Skapar en instans av hash‑algoritm.

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

ReturnValue

Ny skapad hash-instans.

Se även

SHA1::Create(const String&) method

Skapar en instans av hash‑algoritm.

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

ReturnValue

Ny skapad hash-instans.

Se även