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