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

◆ CreateRC2() [2/2]

static RC2 System.Security.Cryptography.PasswordBasedEncryption.CreateRC2 ( )
inlinestaticprivate

Definition at line 672 of file PasswordBasedEncryption.cs.

673 {
675 {
676 throw new PlatformNotSupportedException(System.SR.Format(System.SR.Cryptography_AlgorithmNotSupported, "RC2"));
677 }
678 return RC2.Create();
679 }
static string Cryptography_AlgorithmNotSupported
Definition SR.cs:38
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7

References System.Security.Cryptography.RC2.Create(), System.SR.Cryptography_AlgorithmNotSupported, System.SR.Format(), and Internal.Cryptography.Helpers.IsRC2Supported.