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

◆ VerifyHash() [1/4]

override bool System.Security.Cryptography.ECDsaOpenSsl.VerifyHash ( byte[] hash,
byte[] signature )
inline

Definition at line 96 of file ECDsaOpenSsl.cs.

97 {
98 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
99 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.