2 overrides of ExportDecapsulationKey
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeECDiffieHellmanKemAdapter.cs (1)
203
internal override void
ExportDecapsulationKey
(Span<byte> destination)
System\Security\Cryptography\HpkeX25519DiffieHellmanKemAdapter.cs (1)
90
internal 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);