System::Security::Cryptography::HashAlgorithm::ComputeHash método
Contenido
[
Ocultar
]HashAlgorithm::ComputeHash(const ArrayPtr<uint8_t>&) method
Hash del búfer.
ArrayPtr<uint8_t> System::Security::Cryptography::HashAlgorithm::ComputeHash(const ArrayPtr<uint8_t> &buffer)
| Parámetro | Tipo | Descripción |
|---|---|---|
| búfer | const ArrayPtr<uint8_t>& | Búfer de origen. |
ReturnValue
Valor de hash calculado.
Ver también
- Typedef ArrayPtr
- Class HashAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
HashAlgorithm::ComputeHash(const ArrayPtr<uint8_t>&, int, int) method
Hash de una porción del búfer.
ArrayPtr<uint8_t> System::Security::Cryptography::HashAlgorithm::ComputeHash(const ArrayPtr<uint8_t> &buffer, int offset, int count)
| Parámetro | Tipo | Descripción |
|---|---|---|
| búfer | const ArrayPtr<uint8_t>& | Búfer de origen. |
| desplazamiento | int | Desplazamiento en el búfer de origen. |
| count | int | Número de bytes a usar del búfer de origen. |
ReturnValue
Valor de hash calculado.
Ver también
- Typedef ArrayPtr
- Class HashAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
HashAlgorithm::ComputeHash(SharedPtr<IO::Stream> const&) method
Lee el flujo hasta el final y calcula el hash de los datos leídos.
ArrayPtr<uint8_t> System::Security::Cryptography::HashAlgorithm::ComputeHash(SharedPtr<IO::Stream> const &inputStream)
| Parámetro | Tipo | Descripción |
|---|---|---|
| inputStream | SharedPtr<IO::Stream> const& | Flujo para leer datos. |
ReturnValue
Valor de hash calculado para todos los datos del flujo.
Ver también
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Stream
- Class HashAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++