MLKem.ImportEncapsulationKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ImportEncapsulationKey(MLKemAlgorithm, Byte[]) | |
ImportEncapsulationKey(MLKemAlgorithm, ReadOnlySpan<Byte>) |
ImportEncapsulationKey(MLKemAlgorithm, Byte[])
- Source:
- MLKem.cs
public:
static System::Security::Cryptography::MLKem ^ ImportEncapsulationKey(System::Security::Cryptography::MLKemAlgorithm ^ algorithm, cli::array <System::Byte> ^ source);
public static System.Security.Cryptography.MLKem ImportEncapsulationKey(System.Security.Cryptography.MLKemAlgorithm algorithm, byte[] source);
static member ImportEncapsulationKey : System.Security.Cryptography.MLKemAlgorithm * byte[] -> System.Security.Cryptography.MLKem
Public Shared Function ImportEncapsulationKey (algorithm As MLKemAlgorithm, source As Byte()) As MLKem
Parameters
- algorithm
- MLKemAlgorithm
- source
- Byte[]
Returns
Applies to
ImportEncapsulationKey(MLKemAlgorithm, ReadOnlySpan<Byte>)
- Source:
- MLKem.cs
public:
static System::Security::Cryptography::MLKem ^ ImportEncapsulationKey(System::Security::Cryptography::MLKemAlgorithm ^ algorithm, ReadOnlySpan<System::Byte> source);
public static System.Security.Cryptography.MLKem ImportEncapsulationKey(System.Security.Cryptography.MLKemAlgorithm algorithm, ReadOnlySpan<byte> source);
static member ImportEncapsulationKey : System.Security.Cryptography.MLKemAlgorithm * ReadOnlySpan<byte> -> System.Security.Cryptography.MLKem
Public Shared Function ImportEncapsulationKey (algorithm As MLKemAlgorithm, source As ReadOnlySpan(Of Byte)) As MLKem
Parameters
- algorithm
- MLKemAlgorithm
- source
- ReadOnlySpan<Byte>