System::Security::Cryptography::SHA256::Create méthode
SHA256::Create() method
Crée une instance d’algorithme de hachage.
static SharedPtr<SHA256> System::Security::Cryptography::SHA256::Create()
ReturnValue
Nouvelle instance de hasher créée.
Voir aussi
- Typedef SharedPtr
- Class SHA256
- Class SHA256
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
SHA256::Create(const String&) method
Crée une instance d’algorithme de hachage.
static SharedPtr<SHA256> System::Security::Cryptography::SHA256::Create(const String &algName)
| Paramètre | Type | Description |
|---|---|---|
| algName | const String& | Doit être “System.Security.Cryptography.SHA256”. |
ReturnValue
Nouvelle instance de hasher créée.
Voir aussi
- Typedef SharedPtr
- Class SHA256
- Class String
- Class SHA256
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++