Click or drag to resize
CryptoRandomNextBytes Method
Fills the elements of a specified array of bytes with random numbers.

Namespace:  Intuit.Ipp.OAuth2PlatformClient
Assembly:  Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public override void NextBytes(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
An array of bytes to contain random numbers.
Exceptions
ExceptionCondition
ArgumentNullExceptionbuffer is null.
See Also