2 overrides of ImportDecapsulationKey
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeECDiffieHellmanKemAdapter.cs (1)
67internal override void ImportDecapsulationKey(ReadOnlySpan<byte> decapsulationKey)
System\Security\Cryptography\HpkeX25519DiffieHellmanKemAdapter.cs (1)
16internal override void ImportDecapsulationKey(ReadOnlySpan<byte> decapsulationKey)
1 reference to ImportDecapsulationKey
System.Security.Cryptography (1)
System\Security\Cryptography\HpkeImplementation.Managed.cs (1)
63adapter.ImportDecapsulationKey(source);