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

◆ DSAOpenSsl() [4/5]

System.Security.Cryptography.DSAOpenSsl.DSAOpenSsl ( DSAParameters parameters)
inline

Definition at line 38 of file DSAOpenSsl.cs.

39 {
40 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
41 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.