MLKem.ExportEncapsulationKeyCore(Span<Byte>) 方法

定义

在派生类中重写时,将封装密钥导出到提供的缓冲区中。

protected:
 abstract void ExportEncapsulationKeyCore(Span<System::Byte> destination);
protected abstract void ExportEncapsulationKeyCore(Span<byte> destination);
abstract member ExportEncapsulationKeyCore : Span<byte> -> unit
Protected MustOverride Sub ExportEncapsulationKeyCore (destination As Span(Of Byte))

参数

destination
Span<Byte>

要接收封装密钥的缓冲区。

适用于