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

◆ Initialize()

override void System.Security.Cryptography.HMAC.Initialize ( )
inline

Definition at line 92 of file HMAC.cs.

93 {
94 throw new PlatformNotSupportedException(System.SR.CryptoConfigNotSupported);
95 }
static string CryptoConfigNotSupported
Definition SR.cs:70
Definition SR.cs:7

References System.SR.CryptoConfigNotSupported.