SlhDsa(SlhDsaAlgorithm) Konstruktor
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy SlhDsa.
protected:
SlhDsa(System::Security::Cryptography::SlhDsaAlgorithm ^ algorithm);
protected SlhDsa(System.Security.Cryptography.SlhDsaAlgorithm algorithm);
new System.Security.Cryptography.SlhDsa : System.Security.Cryptography.SlhDsaAlgorithm -> System.Security.Cryptography.SlhDsa
Protected Sub New (algorithm As SlhDsaAlgorithm)
Parametry
- algorithm
- SlhDsaAlgorithm
Określony algorytm SLH-DSA dla tego klucza.
Wyjątki
Parametr algorithm ma wartość null.