CompositeMLDsa.IsAlgorithmSupported(CompositeMLDsaAlgorithm) Methode

Definition

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.

Gilt für: