2 overrides of DeriveKeyMaterial
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanCng.Derive.cs (1)
11
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));