Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ RNGCryptoServiceProvider() [4/4]

System.Security.Cryptography.RNGCryptoServiceProvider.RNGCryptoServiceProvider ( CspParameters? cspParams)
inline

Definition at line 26 of file RNGCryptoServiceProvider.cs.

27 {
28 if (cspParams != null)
29 {
30 throw new PlatformNotSupportedException();
31 }
32 _impl = RandomNumberGenerator.Create();
33 }

References System.Security.Cryptography.RNGCryptoServiceProvider._impl, and System.Security.Cryptography.RandomNumberGenerator.Create().