CompositeMLDsa.IsAlgorithmSupported(CompositeMLDsaAlgorithm) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Bestimmt, ob der angegebene Algorithmus von der aktuellen Plattform unterstützt wird.
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
Parameter
- algorithm
- CompositeMLDsaAlgorithm
Der CompositeMLDsaAlgorithm zu überprüfende Support.
Gibt zurück
truewenn der Algorithmus unterstützt wird; andernfalls . false
Ausnahmen
algorithm ist null.