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

◆ Create() [1/2]

static new HMAC System.Security.Cryptography.HMAC.Create ( )
inlinestaticinherited

Definition at line 56 of file HMAC.cs.

57 {
58 throw new PlatformNotSupportedException(System.SR.Cryptography_DefaultAlgorithm_NotSupported);
59 }
static string Cryptography_DefaultAlgorithm_NotSupported
Definition SR.cs:34
Definition SR.cs:7

References System.SR.Cryptography_DefaultAlgorithm_NotSupported.