CompositeMLDsa.IsAlgorithmSupported(CompositeMLDsaAlgorithm) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Avgör om den angivna algoritmen stöds av den aktuella plattformen.
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
Parametrar
- algorithm
- CompositeMLDsaAlgorithm
För CompositeMLDsaAlgorithm att söka efter support.
Returer
trueom algoritmen stöds; annars . false
Undantag
algorithm är null.