System::Security::Cryptography::SHA256::Create metod

SHA256::Create() method

Skapar en instans av hash‑algoritm.

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

ReturnValue

Ny skapad hash-instans.

Se även

SHA256::Create(const String&) method

Skapar en instans av hash‑algoritm.

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

ReturnValue

Ny skapad hash-instans.

Se även