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