Edit

Share via


SlhDsa.ImportSubjectPublicKeyInfo Method

Definition

Overloads

ImportSubjectPublicKeyInfo(Byte[])

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

Parameters

source
Byte[]

Returns

Applies to

ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>)

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

Parameters

source
ReadOnlySpan<Byte>

Returns

Applies to