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

◆ ExportExplicitParameters()

override ECParameters System.Security.Cryptography.ECDsaOpenSsl.ExportExplicitParameters ( bool includePrivateParameters)
inlinevirtual

Reimplemented from System.Security.Cryptography.ECDsa.

Definition at line 61 of file ECDsaOpenSsl.cs.

62 {
63 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
64 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.