Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ DSAOpenSsl() [5/5]

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

Definition at line 43 of file DSAOpenSsl.cs.

44 {
45 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
46 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.