SecureRandom Constructor

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

Definition

Namespace: KGySoft.Security.Cryptography
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public SecureRandom()

See Also