3 references to Hash
System.Security.Cryptography (3)
System\Security\Cryptography\ECDiffieHellmanCng.cs (2)
16private ECDiffieHellmanKeyDerivationFunction _kdf = ECDiffieHellmanKeyDerivationFunction.Hash; 74if (value < ECDiffieHellmanKeyDerivationFunction.Hash || value > ECDiffieHellmanKeyDerivationFunction.Tls)
System\Security\Cryptography\ECDiffieHellmanCng.Derive.cs (1)
61case ECDiffieHellmanKeyDerivationFunction.Hash: