11 references to ECDiffieHellmanKeyDerivationFunction
System.Core (1)
System.Core.cs (1)
222[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction))]
System.Security.Cryptography (9)
System\Security\Cryptography\ECDiffieHellmanCng.cs (5)
16private ECDiffieHellmanKeyDerivationFunction _kdf = ECDiffieHellmanKeyDerivationFunction.Hash; 65public ECDiffieHellmanKeyDerivationFunction KeyDerivationFunction 74if (value < ECDiffieHellmanKeyDerivationFunction.Hash || value > ECDiffieHellmanKeyDerivationFunction.Tls)
System\Security\Cryptography\ECDiffieHellmanCng.Derive.cs (4)
61case ECDiffieHellmanKeyDerivationFunction.Hash: 68case ECDiffieHellmanKeyDerivationFunction.Hmac: 76case ECDiffieHellmanKeyDerivationFunction.Tls: 90goto case ECDiffieHellmanKeyDerivationFunction.Tls;
System.Security.Cryptography.Cng (1)
System.Security.Cryptography.Cng.cs (1)
28[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction))]