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

◆ DuplicateKeyHandle()

SafeEvpPKeyHandle System.Security.Cryptography.RSAOpenSsl.DuplicateKeyHandle ( )
inline

Definition at line 57 of file RSAOpenSsl.cs.

58 {
59 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
60 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.