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

◆ DecryptValue()

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

Reimplemented in System.Security.Cryptography.RSACryptoServiceProvider.

Definition at line 163 of file RSA.cs.

164 {
165 throw new NotSupportedException(System.SR.NotSupported_Method);
166 }
static string NotSupported_Method
Definition SR.cs:162
Definition SR.cs:7

References System.SR.NotSupported_Method.