Method GetBytes
- Namespace
- DocWright.Cryptography
- Assembly
- DocWright.Cryptography.dll
GetBytes(byte[])
Fills a buffer with random bytes.
public void GetBytes(byte[] buffer)
Parameters
bufferbyte[]The buffer to fill.
Exceptions
- ArgumentNullException
bufferis null.