2 overrides of DeriveKeyFromHash
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
72public override byte[] DeriveKeyFromHash(
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
28public override byte[] DeriveKeyFromHash(
2 references to DeriveKeyFromHash
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellman.cs (1)
60return DeriveKeyFromHash(otherPartyPublicKey, hashAlgorithm, null, null);
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
33_wrapped.DeriveKeyFromHash(Unwrap(otherPartyPublicKey), hashAlgorithm, secretPrepend, secretAppend);