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)
16
private
ECDiffieHellmanKeyDerivationFunction
_kdf =
ECDiffieHellmanKeyDerivationFunction
.Hash;
65
public
ECDiffieHellmanKeyDerivationFunction
KeyDerivationFunction
74
if (value <
ECDiffieHellmanKeyDerivationFunction
.Hash || value >
ECDiffieHellmanKeyDerivationFunction
.Tls)
System\Security\Cryptography\ECDiffieHellmanCng.Derive.cs (4)
61
case
ECDiffieHellmanKeyDerivationFunction
.Hash:
68
case
ECDiffieHellmanKeyDerivationFunction
.Hmac:
76
case
ECDiffieHellmanKeyDerivationFunction
.Tls:
90
goto 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
))]