MLKem.ExportDecapsulationKeyCore(Span<Byte>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas de substitution dans une classe dérivée, exporte la clé decapsulation dans la mémoire tampon fournie.
protected:
abstract void ExportDecapsulationKeyCore(Span<System::Byte> destination);
protected abstract void ExportDecapsulationKeyCore(Span<byte> destination);
abstract member ExportDecapsulationKeyCore : Span<byte> -> unit
Protected MustOverride Sub ExportDecapsulationKeyCore (destination As Span(Of Byte))