CompositeMLDsa.IsAlgorithmSupported(CompositeMLDsaAlgorithm) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Bepaalt of het opgegeven algoritme wordt ondersteund door het huidige platform.
public:
static bool IsAlgorithmSupported(System::Security::Cryptography::CompositeMLDsaAlgorithm ^ algorithm);
public static bool IsAlgorithmSupported(System.Security.Cryptography.CompositeMLDsaAlgorithm algorithm);
static member IsAlgorithmSupported : System.Security.Cryptography.CompositeMLDsaAlgorithm -> bool
Public Shared Function IsAlgorithmSupported (algorithm As CompositeMLDsaAlgorithm) As Boolean
Parameters
- algorithm
- CompositeMLDsaAlgorithm
De CompositeMLDsaAlgorithm te controleren op ondersteuning.
Retouren
true als het algoritme wordt ondersteund; anders, false.
Uitzonderingen
algorithm is null.