SlhDsa.ImportSlhDsaSecretKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ImportSlhDsaSecretKey(SlhDsaAlgorithm, Byte[]) | |
ImportSlhDsaSecretKey(SlhDsaAlgorithm, ReadOnlySpan<Byte>) |
ImportSlhDsaSecretKey(SlhDsaAlgorithm, Byte[])
- Source:
- SlhDsa.cs
public:
static System::Security::Cryptography::SlhDsa ^ ImportSlhDsaSecretKey(System::Security::Cryptography::SlhDsaAlgorithm ^ algorithm, cli::array <System::Byte> ^ source);
public static System.Security.Cryptography.SlhDsa ImportSlhDsaSecretKey(System.Security.Cryptography.SlhDsaAlgorithm algorithm, byte[] source);
static member ImportSlhDsaSecretKey : System.Security.Cryptography.SlhDsaAlgorithm * byte[] -> System.Security.Cryptography.SlhDsa
Public Shared Function ImportSlhDsaSecretKey (algorithm As SlhDsaAlgorithm, source As Byte()) As SlhDsa
Parameters
- algorithm
- SlhDsaAlgorithm
- source
- Byte[]
Returns
Applies to
ImportSlhDsaSecretKey(SlhDsaAlgorithm, ReadOnlySpan<Byte>)
- Source:
- SlhDsa.cs
- Source:
- SlhDsa.cs
public:
static System::Security::Cryptography::SlhDsa ^ ImportSlhDsaSecretKey(System::Security::Cryptography::SlhDsaAlgorithm ^ algorithm, ReadOnlySpan<System::Byte> source);
public static System.Security.Cryptography.SlhDsa ImportSlhDsaSecretKey(System.Security.Cryptography.SlhDsaAlgorithm algorithm, ReadOnlySpan<byte> source);
static member ImportSlhDsaSecretKey : System.Security.Cryptography.SlhDsaAlgorithm * ReadOnlySpan<byte> -> System.Security.Cryptography.SlhDsa
Public Shared Function ImportSlhDsaSecretKey (algorithm As SlhDsaAlgorithm, source As ReadOnlySpan(Of Byte)) As SlhDsa
Parameters
- algorithm
- SlhDsaAlgorithm
- source
- ReadOnlySpan<Byte>