SecureRandom Constructor

Overload List

SecureRandom Initializes a new instance of the SecureRandom class. To generate cryptographically secure random numbers, a default RandomNumberGenerator will be used internally.
SecureRandom(RandomNumberGenerator) Initializes a new instance of the SecureRandom class.

See Also