System::Security::Cryptography::RNGCryptoServiceProvider::GetBytes method
RNGCryptoServiceProvider::GetBytes(ArrayPtr<uint8_t>) method
Fills existing array elements with random bytes.
void System::Security::Cryptography::RNGCryptoServiceProvider::GetBytes(ArrayPtr<uint8_t> bytes) override
Parameter | Type | Description |
---|---|---|
bytes | ArrayPtr<uint8_t> | Bytes array to fill. |
See Also
- Typedef ArrayPtr
- Class RNGCryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++
RNGCryptoServiceProvider::GetBytes(System::Details::ArrayView<uint8_t>) method
Fills existing array view elements with random bytes.
void System::Security::Cryptography::RNGCryptoServiceProvider::GetBytes(System::Details::ArrayView<uint8_t> bytes) override
Parameter | Type | Description |
---|---|---|
bytes | System::Details::ArrayView<uint8_t> | Bytes array view to fill. |
See Also
- Class RNGCryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++