2 overrides of DeriveKeyMaterial
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs (1)
14public override byte[] DeriveKeyMaterial(ECDiffieHellmanPublicKey otherPartyPublicKey) =>
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
25public override byte[] DeriveKeyMaterial(ECDiffieHellmanPublicKey otherPartyPublicKey) =>
1 reference to DeriveKeyMaterial
System.Security.Cryptography (1)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
26_wrapped.DeriveKeyMaterial(Unwrap(otherPartyPublicKey));