MLDsa.ImportSubjectPublicKeyInfo Method

Definition

Overloads

ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>)

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

Parameters

source
ReadOnlySpan<Byte>

Returns

Applies to

ImportSubjectPublicKeyInfo(Byte[])

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

Parameters

source
Byte[]

Returns

Applies to