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)
Syntaxpublic override void NextBytes(
byte[] buffer
)
Parameters
- buffer
- Type: SystemByte
An array of bytes to contain random numbers.
Exceptions
See Also