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

◆ EncryptValue()

override byte[] System.Security.Cryptography.RSACryptoServiceProvider.EncryptValue ( byte[] rgb)
inlinevirtual

Reimplemented from System.Security.Cryptography.RSA.

Definition at line 261 of file RSACryptoServiceProvider.cs.

262 {
263 return base.EncryptValue(rgb);
264 }