Create()

SHA256::Create() method

Creates hash algorithm instance.

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

Return Value

Newly created hasher instance.

SHA256::Create(const String&) method

Creates hash algorithm instance.

static SharedPtr<SHA256> System::Security::Cryptography::SHA256::Create(const String &algName)

Arguments

ParameterTypeDescription
algNameconst String&Must be "System.Security.Cryptography.SHA256".

Return Value

Newly created hasher instance.

See Also