System::Security::Cryptography::HashAlgorithm::ComputeHash méthode
Contenu
[
Cacher
]HashAlgorithm::ComputeHash(const ArrayPtr<uint8_t>&) method
Hache le tampon.
ArrayPtr<uint8_t> System::Security::Cryptography::HashAlgorithm::ComputeHash(const ArrayPtr<uint8_t> &buffer)
| Paramètre | Type | Description |
|---|---|---|
| tampon | const ArrayPtr<uint8_t>& | Tampon source. |
ReturnValue
Valeur de hachage calculée.
Voir aussi
- Typedef ArrayPtr
- Class HashAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
HashAlgorithm::ComputeHash(const ArrayPtr<uint8_t>&, int, int) method
Hache la tranche du tampon.
ArrayPtr<uint8_t> System::Security::Cryptography::HashAlgorithm::ComputeHash(const ArrayPtr<uint8_t> &buffer, int offset, int count)
| Paramètre | Type | Description |
|---|---|---|
| tampon | const ArrayPtr<uint8_t>& | Tampon source. |
| offset | int | Décalage dans le tampon source. |
| count | int | Nombre d’octets à utiliser depuis le tampon source. |
ReturnValue
Valeur de hachage calculée.
Voir aussi
- Typedef ArrayPtr
- Class HashAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
HashAlgorithm::ComputeHash(SharedPtr<IO::Stream> const&) method
Lit le flux jusqu’à la fin et calcule le hachage des données lues.
ArrayPtr<uint8_t> System::Security::Cryptography::HashAlgorithm::ComputeHash(SharedPtr<IO::Stream> const &inputStream)
| Paramètre | Type | Description |
|---|---|---|
| inputStream | SharedPtr<IO::Stream> const& | Flux à partir duquel lire les données. |
ReturnValue
Valeur de hachage calculée pour l’ensemble des données du flux.
Voir aussi
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Stream
- Class HashAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++