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>채울 바이트 배열.

또 보기

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>채워야 할 바이트 배열 슬라이스.
offsetint슬라이스 시작 인덱스.
countint슬라이스 크기.

또 보기

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>채워야 할 바이트 배열 뷰.

또 보기

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>채워야 할 바이트 배열 뷰 슬라이스.
offsetint슬라이스 시작 인덱스.
countint슬라이스 크기.

또 보기

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>&채워야 할 바이트 스택 배열.

또 보기

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>&채워야 할 바이트 스택 배열 슬라이스.
offsetint슬라이스 시작 인덱스.
countint슬라이스 크기.

또 보기