System::Security::Cryptography::RandomNumberGenerator::GetNonZeroBytes method

RandomNumberGenerator::GetNonZeroBytes(ArrayPtr<uint8_t>) method

Заполняет существующие элементы массива случайными ненулевыми байтами.

virtual void System::Security::Cryptography::RandomNumberGenerator::GetNonZeroBytes(ArrayPtr<uint8_t> bytes)
ПараметрТипОписание
байтыThe number of attributes on the current node. This number includes default attributes.Массив байтов для заполнения.

См. также

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

Заполняет существующие элементы представления массива случайными ненулевыми байтами.

virtual void System::Security::Cryptography::RandomNumberGenerator::GetNonZeroBytes(System::Details::ArrayView<uint8_t> bytes)
ПараметрТипОписание
байтыSystem::Details::ArrayView<uint8_t>Представление массива байтов для заполнения.

См. также

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

Заполняет существующие элементы стекового массива случайными ненулевыми байтами.

template<std::size_t> void System::Security::Cryptography::RandomNumberGenerator::GetNonZeroBytes(System::Details::StackArray<uint8_t, N> &bytes)
ПараметрТипОписание
байтыSystem::Details::StackArray<uint8_t, N>&Стековый массив байтов для заполнения.

См. также