System::Security::Cryptography::RandomNumberGenerator::GetBytes 메서드
내용물
[
숨다
]RandomNumberGenerator::GetBytes(ArrayPtr<uint8_t>) method
기존 배열 요소를 랜덤 바이트로 채웁니다.
virtual void System::Security::Cryptography::RandomNumberGenerator::GetBytes(ArrayPtr<uint8_t> bytes)=0
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 바이트 | ArrayPtr<uint8_t> | 채울 바이트 배열. |
또 보기
- Typedef ArrayPtr
- Class RandomNumberGenerator
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RandomNumberGenerator::GetBytes(ArrayPtr<uint8_t>, int, int) method
기존 배열 슬라이스를 랜덤 바이트로 채웁니다.
virtual void System::Security::Cryptography::RandomNumberGenerator::GetBytes(ArrayPtr<uint8_t> bytes, int offset, int count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 바이트 | ArrayPtr<uint8_t> | 채워야 할 바이트 배열 슬라이스. |
| offset | int | 슬라이스 시작 인덱스. |
| count | int | 슬라이스 크기. |
또 보기
- Typedef ArrayPtr
- Class RandomNumberGenerator
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RandomNumberGenerator::GetBytes(System::Details::ArrayView<uint8_t>) method
기존 배열 뷰 요소를 랜덤 바이트로 채웁니다.
virtual void System::Security::Cryptography::RandomNumberGenerator::GetBytes(System::Details::ArrayView<uint8_t> bytes)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 바이트 | System::Details::ArrayView<uint8_t> | 채워야 할 바이트 배열 뷰. |
또 보기
- Class RandomNumberGenerator
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RandomNumberGenerator::GetBytes(System::Details::ArrayView<uint8_t>, int, int) method
기존 배열 뷰 슬라이스를 랜덤 바이트로 채웁니다.
virtual void System::Security::Cryptography::RandomNumberGenerator::GetBytes(System::Details::ArrayView<uint8_t> bytes, int offset, int count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 바이트 | System::Details::ArrayView<uint8_t> | 채워야 할 바이트 배열 뷰 슬라이스. |
| offset | int | 슬라이스 시작 인덱스. |
| count | int | 슬라이스 크기. |
또 보기
- Class RandomNumberGenerator
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RandomNumberGenerator::GetBytes(System::Details::StackArray<uint8_t, N>&) method
기존 스택 배열 요소를 랜덤 바이트로 채웁니다.
template<std::size_t> void System::Security::Cryptography::RandomNumberGenerator::GetBytes(System::Details::StackArray<uint8_t, N> &bytes)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 바이트 | System::Details::StackArray<uint8_t, N>& | 채워야 할 바이트 스택 배열. |
또 보기
- Class RandomNumberGenerator
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RandomNumberGenerator::GetBytes(System::Details::StackArray<uint8_t, N>&, int, int) method
기존 스택 배열 슬라이스를 랜덤 바이트로 채웁니다.
template<std::size_t> void System::Security::Cryptography::RandomNumberGenerator::GetBytes(System::Details::StackArray<uint8_t, N> &bytes, int offset, int count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 바이트 | System::Details::StackArray<uint8_t, N>& | 채워야 할 바이트 스택 배열 슬라이스. |
| offset | int | 슬라이스 시작 인덱스. |
| count | int | 슬라이스 크기. |
또 보기
- Class RandomNumberGenerator
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++