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

◆ ToXmlString()

override string System.Security.Cryptography.ECDiffieHellmanCngPublicKey.ToXmlString ( )
inlinevirtual

Reimplemented from System.Security.Cryptography.ECDiffieHellmanPublicKey.

Definition at line 29 of file ECDiffieHellmanCngPublicKey.cs.

30 {
31 throw new PlatformNotSupportedException();
32 }