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> | 埋めるバイト配列。 |
参照
- Typedef ArrayPtr
- Class RandomNumberGenerator
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
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> | 埋めるためのバイト配列ビュー。 |
参照
- Class RandomNumberGenerator
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
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>& | 埋めるためのバイトスタック配列。 |
参照
- Class RandomNumberGenerator
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++