Edit

Share via


MLDsa.ImportMLDsaSecretKey Method

Definition

Overloads

ImportMLDsaSecretKey(MLDsaAlgorithm, Byte[])

Source:
MLDsa.cs
public:
 static System::Security::Cryptography::MLDsa ^ ImportMLDsaSecretKey(System::Security::Cryptography::MLDsaAlgorithm ^ algorithm, cli::array <System::Byte> ^ source);
public static System.Security.Cryptography.MLDsa ImportMLDsaSecretKey(System.Security.Cryptography.MLDsaAlgorithm algorithm, byte[] source);
static member ImportMLDsaSecretKey : System.Security.Cryptography.MLDsaAlgorithm * byte[] -> System.Security.Cryptography.MLDsa
Public Shared Function ImportMLDsaSecretKey (algorithm As MLDsaAlgorithm, source As Byte()) As MLDsa

Parameters

algorithm
MLDsaAlgorithm
source
Byte[]

Returns

Applies to

ImportMLDsaSecretKey(MLDsaAlgorithm, ReadOnlySpan<Byte>)

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

Parameters

algorithm
MLDsaAlgorithm
source
ReadOnlySpan<Byte>

Returns

Applies to