System::Security::Cryptography::SHA512::Create metodo

SHA512::Create() method

Crea un’istanza dell’algoritmo di hash.

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

ReturnValue

Istanza dell’hash appena creata.

Vedi anche

SHA512::Create(const String&) method

Crea un’istanza dell’algoritmo di hash.

static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create(const String &algName)
ParametroTipoDescrizione
algNameconst String&Deve essere “System.Security.Cryptography.SHA512”.

ReturnValue

Istanza dell’hash appena creata.

Vedi anche