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

◆ ImportParameters()

override void System.Security.Cryptography.RSAOpenSsl.ImportParameters ( RSAParameters parameters)
inline

Definition at line 82 of file RSAOpenSsl.cs.

83 {
84 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
85 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.