System::Security::Cryptography::RandomNumberGenerator::GetNonZeroBytes método
Contenido
[
Ocultar
]RandomNumberGenerator::GetNonZeroBytes(ArrayPtr<uint8_t>) method
Llena los elementos existentes del arreglo con bytes aleatorios distintos de cero.
virtual void System::Security::Cryptography::RandomNumberGenerator::GetNonZeroBytes(ArrayPtr<uint8_t> bytes)
| Parámetro | Tipo | Descripción |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Arreglo de bytes a rellenar. |
Ver también
- Typedef ArrayPtr
- Class RandomNumberGenerator
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RandomNumberGenerator::GetNonZeroBytes(System::Details::ArrayView<uint8_t>) method
Llena los elementos existentes de la vista del arreglo con bytes aleatorios distintos de cero.
virtual void System::Security::Cryptography::RandomNumberGenerator::GetNonZeroBytes(System::Details::ArrayView<uint8_t> bytes)
| Parámetro | Tipo | Descripción |
|---|---|---|
| bytes | System::Details::ArrayView<uint8_t> | Vista de matriz de bytes para llenar. |
Ver también
- Class RandomNumberGenerator
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RandomNumberGenerator::GetNonZeroBytes(System::Details::StackArray<uint8_t, N>&) method
Llena los elementos existentes del arreglo de pila con bytes aleatorios distintos de cero.
template<std::size_t> void System::Security::Cryptography::RandomNumberGenerator::GetNonZeroBytes(System::Details::StackArray<uint8_t, N> &bytes)
| Parámetro | Tipo | Descripción |
|---|---|---|
| bytes | System::Details::StackArray<uint8_t, N>& | Matriz de pila de bytes para llenar. |
Ver también
- Class RandomNumberGenerator
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++