System::Security::Cryptography::RandomNumberGenerator::GetNonZeroBytes método

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ámetroTipoDescripción
bytesArrayPtr<uint8_t>Arreglo de bytes a rellenar.

Ver también

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ámetroTipoDescripción
bytesSystem::Details::ArrayView<uint8_t>Vista de matriz de bytes para llenar.

Ver también

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ámetroTipoDescripción
bytesSystem::Details::StackArray<uint8_t, N>&Matriz de pila de bytes para llenar.

Ver también