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

◆ ExportParameters()

override ECParameters System.Security.Cryptography.ECDiffieHellmanOpenSsl.ExportParameters ( bool includePrivateParameters)
inlinevirtual

Reimplemented from System.Security.Cryptography.ECDiffieHellman.

Definition at line 68 of file ECDiffieHellmanOpenSsl.cs.

69 {
70 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
71 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.