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

RandomNumberGenerator::GetNonZeroBytes(ArrayPtr<uint8_t>) method

Rellena los elementos de la matriz existente con bytes aleatorios diferentes de cero.

virtual void System::Security::Cryptography::RandomNumberGenerator::GetNonZeroBytes(ArrayPtr<uint8_t> bytes)
ParámetroTipoDescripción
bytesArrayPtr<uint8_t>Array de bytes a rellenar.

Ver también

RandomNumberGenerator::GetNonZeroBytes(System::Details::ArrayView<uint8_t>) method

Rellena los elementos de la vista de matriz existente con bytes aleatorios diferentes de cero.

virtual void System::Security::Cryptography::RandomNumberGenerator::GetNonZeroBytes(System::Details::ArrayView<uint8_t> bytes)
ParámetroTipoDescripción
bytesSystem::Details::ArrayView<uint8_t>Vista del array de bytes a rellenar.

Ver también

RandomNumberGenerator::GetNonZeroBytes(System::Details::StackArray<uint8_t, N>&) method

Rellena los elementos de la matriz de pila existente con bytes aleatorios diferentes 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>&Array de bytes en pila a rellenar.

Ver también