SlhDsa.ImportSlhDsaPublicKey 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.
public:
static System::Security::Cryptography::SlhDsa ^ ImportSlhDsaPublicKey(System::Security::Cryptography::SlhDsaAlgorithm ^ algorithm, ReadOnlySpan<System::Byte> source);
public static System.Security.Cryptography.SlhDsa ImportSlhDsaPublicKey(System.Security.Cryptography.SlhDsaAlgorithm algorithm, ReadOnlySpan<byte> source);
static member ImportSlhDsaPublicKey : System.Security.Cryptography.SlhDsaAlgorithm * ReadOnlySpan<byte> -> System.Security.Cryptography.SlhDsa
Public Shared Function ImportSlhDsaPublicKey (algorithm As SlhDsaAlgorithm, source As ReadOnlySpan(Of Byte)) As SlhDsa
Parameters
- algorithm
- SlhDsaAlgorithm
- source
- ReadOnlySpan<Byte>