2 overrides of ExportDecapsulationKey
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeECDiffieHellmanKemAdapter.cs (1)
203internal override void ExportDecapsulationKey(Span<byte> destination)
System\Security\Cryptography\HpkeX25519DiffieHellmanKemAdapter.cs (1)
90internal override void ExportDecapsulationKey(Span<byte> destination)
1 reference to ExportDecapsulationKey
System.Security.Cryptography (1)
System\Security\Cryptography\HpkeImplementation.Managed.cs (1)
90_kemAdapter.ExportDecapsulationKey(destination);