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

◆ PublicKey

override ECDiffieHellmanPublicKey System.Security.Cryptography.ECDiffieHellmanOpenSsl.PublicKey
get

Definition at line 5 of file ECDiffieHellmanOpenSsl.cs.

6 {
7 get
8 {
9 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
10 }
11 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7