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

◆ CreateDefaultHashAlgorithm()

static HashAlgorithm System.Security.Cryptography.CryptoConfigForwarder.CreateDefaultHashAlgorithm ( )
inlinestaticpackage

Definition at line 28 of file CryptoConfigForwarder.cs.

29 {
30 throw new PlatformNotSupportedException(System.SR.Cryptography_DefaultAlgorithm_NotSupported);
31 }
static string Cryptography_DefaultAlgorithm_NotSupported
Definition SR.cs:34
Definition SR.cs:7

References System.SR.Cryptography_DefaultAlgorithm_NotSupported.

Referenced by System.Security.Cryptography.HashAlgorithm.Create().