2 overrides of DeriveKeyFromHash
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs (1)
17public 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);