2 overrides of ImportEncapsulationKey
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeECDiffieHellmanKemAdapter.cs (1)
89internal override void ImportEncapsulationKey(ReadOnlySpan<byte> encapsulationKey)
System\Security\Cryptography\HpkeX25519DiffieHellmanKemAdapter.cs (1)
22internal override void ImportEncapsulationKey(ReadOnlySpan<byte> encapsulationKey)
1 reference to ImportEncapsulationKey
System.Security.Cryptography (1)
System\Security\Cryptography\HpkeImplementation.Managed.cs (1)
79adapter.ImportEncapsulationKey(source);