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

◆ _core

CngAlgorithmCore System.Security.Cryptography.ECDiffieHellmanCng._core
private
Initial value:
= new CngAlgorithmCore("ECDiffieHellmanCng")
{
DefaultKeyType = CngAlgorithm.ECDiffieHellman
}

Definition at line 8 of file ECDiffieHellmanCng.cs.

9 {
10 DefaultKeyType = CngAlgorithm.ECDiffieHellman
11 };

Referenced by System.Security.Cryptography.ECDiffieHellmanCng.Dispose(), System.Security.Cryptography.ECDiffieHellmanCng.DisposeKey(), System.Security.Cryptography.ECDiffieHellmanCng.GenerateKey(), System.Security.Cryptography.ECDiffieHellmanCng.GetKey(), and System.Security.Cryptography.ECDiffieHellmanCng.ThrowIfDisposed().