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

◆ SignHash() [1/2]

override byte[] System.Security.Cryptography.ECDsaOpenSsl.SignHash ( byte[] hash)
inline

Definition at line 91 of file ECDsaOpenSsl.cs.

92 {
93 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
94 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.