System::Security::Cryptography::RandomNumberGenerator::GetBytes methode

RandomNumberGenerator::GetBytes(ArrayPtr<uint8_t>) method

Vult bestaande array‑elementen met willekeurige bytes.

virtual void System::Security::Cryptography::RandomNumberGenerator::GetBytes(ArrayPtr<uint8_t> bytes)=0
ParameterTypeBeschrijving
bytesArrayPtr<uint8_t>Byte‑array om te vullen.

Zie ook

RandomNumberGenerator::GetBytes(ArrayPtr<uint8_t>, int, int) method

Vult bestaande array‑slice met willekeurige bytes.

virtual void System::Security::Cryptography::RandomNumberGenerator::GetBytes(ArrayPtr<uint8_t> bytes, int offset, int count)
ParameterTypeBeschrijving
bytesArrayPtr<uint8_t>Bytes-array om slice van te vullen.
offsetintBeginindex van slice.
countintSlice‑grootte.

Zie ook

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

Vult bestaande array‑view‑elementen met willekeurige bytes.

virtual void System::Security::Cryptography::RandomNumberGenerator::GetBytes(System::Details::ArrayView<uint8_t> bytes)
ParameterTypeBeschrijving
bytesSystem::Details::ArrayView<uint8_t>Bytes-arrayweergave om te vullen.

Zie ook

RandomNumberGenerator::GetBytes(System::Details::ArrayView<uint8_t>, int, int) method

Vult bestaande array‑view‑slice met willekeurige bytes.

virtual void System::Security::Cryptography::RandomNumberGenerator::GetBytes(System::Details::ArrayView<uint8_t> bytes, int offset, int count)
ParameterTypeBeschrijving
bytesSystem::Details::ArrayView<uint8_t>Bytes-arrayweergave om slice van te vullen.
offsetintBeginindex van slice.
countintSlice‑grootte.

Zie ook

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

Vult bestaande stack‑array‑elementen met willekeurige bytes.

template<std::size_t> void System::Security::Cryptography::RandomNumberGenerator::GetBytes(System::Details::StackArray<uint8_t, N> &bytes)
ParameterTypeBeschrijving
bytesSystem::Details::StackArray<uint8_t, N>&Bytes stack-array om te vullen.

Zie ook

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

Vult bestaande stack‑array‑slice met willekeurige bytes.

template<std::size_t> void System::Security::Cryptography::RandomNumberGenerator::GetBytes(System::Details::StackArray<uint8_t, N> &bytes, int offset, int count)
ParameterTypeBeschrijving
bytesSystem::Details::StackArray<uint8_t, N>&Bytes stack-array om slice van te vullen.
offsetintBeginindex van slice.
countintSlice‑grootte.

Zie ook