Table of Contents

Method GetBytes

Namespace
DocWright.Cryptography
Assembly
DocWright.Cryptography.dll

GetBytes(byte[])

Fills a buffer with random bytes.

public void GetBytes(byte[] buffer)

Parameters

buffer byte[]

The buffer to fill.

Exceptions

ArgumentNullException

buffer is null.