Edit

Share via


MLKem.ImportSubjectPublicKeyInfo Method

Definition

Overloads

ImportSubjectPublicKeyInfo(Byte[])

Source:
MLKem.cs
Source:
MLKem.cs
public:
 static System::Security::Cryptography::MLKem ^ ImportSubjectPublicKeyInfo(cli::array <System::Byte> ^ source);
public static System.Security.Cryptography.MLKem ImportSubjectPublicKeyInfo(byte[] source);
static member ImportSubjectPublicKeyInfo : byte[] -> System.Security.Cryptography.MLKem
Public Shared Function ImportSubjectPublicKeyInfo (source As Byte()) As MLKem

Parameters

source
Byte[]

Returns

Applies to

ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>)

Source:
MLKem.cs
Source:
MLKem.cs
public:
 static System::Security::Cryptography::MLKem ^ ImportSubjectPublicKeyInfo(ReadOnlySpan<System::Byte> source);
public static System.Security.Cryptography.MLKem ImportSubjectPublicKeyInfo(ReadOnlySpan<byte> source);
static member ImportSubjectPublicKeyInfo : ReadOnlySpan<byte> -> System.Security.Cryptography.MLKem
Public Shared Function ImportSubjectPublicKeyInfo (source As ReadOnlySpan(Of Byte)) As MLKem

Parameters

source
ReadOnlySpan<Byte>

Returns

Applies to