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

◆ ECDsaOpenSsl() [5/5]

System.Security.Cryptography.ECDsaOpenSsl.ECDsaOpenSsl ( SafeEvpPKeyHandle pkeyHandle)
inline

Definition at line 47 of file ECDsaOpenSsl.cs.

48 {
49 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
50 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.