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

또 보기

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

또 보기

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

또 보기