2 overrides of ExportEncapsulationKey
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeECDiffieHellmanKemAdapter.cs (1)
222
internal override void
ExportEncapsulationKey
(Span<byte> destination)
System\Security\Cryptography\HpkeX25519DiffieHellmanKemAdapter.cs (1)
98
internal override void
ExportEncapsulationKey
(Span<byte> destination)
2 references to ExportEncapsulationKey
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeImplementation.Managed.cs (1)
93
_kemAdapter.
ExportEncapsulationKey
(destination);
System\Security\Cryptography\HpkeManagedKemAdapter.cs (1)
92
ExportEncapsulationKey
(context.Slice(encapsulatedSecret.Length));