Edit

Share via


SlhDsa.ImportPkcs8PrivateKey Method

Definition

Overloads

ImportPkcs8PrivateKey(Byte[])

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

Parameters

source
Byte[]

Returns

Applies to

ImportPkcs8PrivateKey(ReadOnlySpan<Byte>)

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

Parameters

source
ReadOnlySpan<Byte>

Returns

Applies to