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

◆ Create() [1/2]

static new KeyedHashAlgorithm System.Security.Cryptography.KeyedHashAlgorithm.Create ( )
inlinestatic

Definition at line 23 of file KeyedHashAlgorithm.cs.

24 {
25 throw new PlatformNotSupportedException(System.SR.Cryptography_DefaultAlgorithm_NotSupported);
26 }
static string Cryptography_DefaultAlgorithm_NotSupported
Definition SR.cs:34
Definition SR.cs:7

References System.SR.Cryptography_DefaultAlgorithm_NotSupported.