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