System::Security::Cryptography::RandomNumberGenerator::GetNonZeroBytes 메서드
내용물
[
숨다
]RandomNumberGenerator::GetNonZeroBytes(ArrayPtr<uint8_t>) method
기존 배열 요소를 랜덤 0이 아닌 바이트로 채웁니다.
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
기존 배열 뷰 요소를 랜덤 0이 아닌 바이트로 채웁니다.
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
기존 스택 배열 요소를 랜덤 0이 아닌 바이트로 채웁니다.
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++