CompositeMLDsa.IsAlgorithmSupported(CompositeMLDsaAlgorithm) Methode

Definitie

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.

Van toepassing op