System::Security::Cryptography::RandomNumberGenerator::GetNonZeroBytes メソッド

RandomNumberGenerator::GetNonZeroBytes(ArrayPtr<uint8_t>) method

既存の配列要素をランダムな非ゼロバイトで埋めます。

virtual void System::Security::Cryptography::RandomNumberGenerator::GetNonZeroBytes(ArrayPtr<uint8_t> bytes)
パラメーター説明
バイトArrayPtr<uint8_t>埋めるバイト配列。

参照

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>&埋めるためのバイトスタック配列。

参照