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

◆ HashCore() [1/2]

override void System.Security.Cryptography.HMAC.HashCore ( byte[] rgb,
int ib,
int cb )
inlineprotected

Definition at line 72 of file HMAC.cs.

73 {
74 throw new PlatformNotSupportedException(System.SR.CryptoConfigNotSupported);
75 }
static string CryptoConfigNotSupported
Definition SR.cs:70
Definition SR.cs:7

References System.SR.CryptoConfigNotSupported.