Metodo System::Security::Cryptography::SHA256::Create

SHA256::Create() method

Crea un’istanza dell’algoritmo di hash.

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

ReturnValue

Istanza dell’hash appena creata.

Vedi anche

SHA256::Create(const String&) method

Crea un’istanza dell’algoritmo di hash.

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

ReturnValue

Istanza dell’hash appena creata.

Vedi anche