Método System::Security::Cryptography::SHA256::Create
SHA256::Create() method
Crea una instancia del algoritmo de hash.
static SharedPtr<SHA256> System::Security::Cryptography::SHA256::Create()
ReturnValue
Instancia de hasher recién creada.
Ver también
- Typedef SharedPtr
- Class SHA256
- Class SHA256
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
SHA256::Create(const String&) method
Crea una instancia del algoritmo de hash.
static SharedPtr<SHA256> System::Security::Cryptography::SHA256::Create(const String &algName)
| Parámetro | Tipo | Descripción |
|---|---|---|
| algName | const String& | Debe ser “System.Security.Cryptography.SHA256”. |
ReturnValue
Instancia de hasher recién creada.
Ver también
- Typedef SharedPtr
- Class SHA256
- Class String
- Class SHA256
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++