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

◆ Rng

RandomNumberGenerator? System.Security.Cryptography.RSAOAEPKeyExchangeFormatter.Rng
getset

Definition at line 39 of file RSAOAEPKeyExchangeFormatter.cs.

40 {
41 get
42 {
43 return RngValue;
44 }
45 set
46 {
48 }
49 }