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

◆ EncryptValue()

virtual byte[] System.Security.Cryptography.RSA.EncryptValue ( byte[] rgb)
inlinevirtualinherited

Reimplemented in System.Security.Cryptography.RSACryptoServiceProvider.

Definition at line 168 of file RSA.cs.

169 {
170 throw new NotSupportedException(System.SR.NotSupported_Method);
171 }
static string NotSupported_Method
Definition SR.cs:162
Definition SR.cs:7

References System.SR.NotSupported_Method.