Click or drag to resize
CryptoRandomNext Method
Returns a nonnegative random number.

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 int Next()

Return Value

Type: Int32
A 32-bit signed integer greater than or equal to zero and less than MaxValue.
See Also